#401230

Color #401230 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #401230

Tints of Blackberry #401230

Color information

#401230 (or 0x401230) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 30. RGB value is (64,18,48). Sum of RGB (Red+Green+Blue) = 64+18+48=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #401230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401230 is #BFEDCF. Grayscale: #232323. Windows color (decimal): -12578256 or 3150400. OLE color: 3150400.

HSL color Cylindrical-coordinate representation of color #401230: hue angle of 320.87º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401230 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB641848-
CMYK00.720.250.75
HSL320.87º56.1%16.08%-
HSV(B)320.87º71.88%25.1%-
XYZ2.861.742.98-
YUV35.17135.24148.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 49.23%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=49.23%
G=13.85%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64184800.720.250.75320.8756.116.08
Hex401230048194B1413810
Octal10022600110311135017020
Binary1000000100101100000100100011001100101110100000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401230; }

 p { color: rgb(64,18,48); }

 H1.HeaderClassName
 {
   color: #401230;
 }
 .AnyTagClassName
 {
   color: #401230;
 }
</style>
background-color css

<style>
 a { background-color: #401230; }

 a { background-color: rgb(64,18,48); }

 div.DivClassName
 {
   background-color: #401230;
 }
 .BgClassName
 {
   background-color: #401230;
 }
</style>
border-color css

<style>
 span { border-color: #401230; }

 span { border-color: rgb(64,18,48); }

 td.TdClassName
 {
   border-color: #401230;
 }
 .TagClassName
 {
   border-color: #401230;
 }
</style>