#401224

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

Shades of Blackberry #401224

Tints of Blackberry #401224

Color information

#401224 (or 0x401224) is unknown color: approx Blackberry. HEX triplet: 40, 12 and 24. RGB value is (64,18,36). Sum of RGB (Red+Green+Blue) = 64+18+36=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #401224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #401224 is #BFEDDB. Grayscale: #212121. Windows color (decimal): -12578268 or 2363968. OLE color: 2363968.

HSL color Cylindrical-coordinate representation of color #401224: hue angle of 336.52º 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 #401224 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.75.

Color convert

RGB641836-
CMYK00.720.440.75
HSL336.52º56.1%16.08%-
HSV(B)336.52º71.88%25.1%-
XYZ2.651.651.85-
YUV33.81129.24149.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 36 (14.45% from 255) = 30.51%
R=54.24%
G=15.25%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64183600.720.440.75336.5256.116.08
Hex4012240482C4B1513810
Octal10022440110541135217020
Binary10000001001010010001001000101100100101110101000111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401224; }

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

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

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

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

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

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

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

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