#240012

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

Shades of Blackberry #240012

Tints of Blackberry #240012

Color information

#240012 (or 0x240012) is unknown color: approx Blackberry. HEX triplet: 24, 00 and 12. RGB value is (36,0,18). Sum of RGB (Red+Green+Blue) = 36+0+18=54 (7% of max value = 765). Red value is 36 (14.45% from 255 or 66.67% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 36 - color contains mainly: red. Hex color #240012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240012 is #DBFFED. Grayscale: #0C0C0C. Windows color (decimal): -14417902 or 1179684. OLE color: 1179684.

HSL color Cylindrical-coordinate representation of color #240012: hue angle of 330º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240012 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.86.

Color convert

RGB36018-
CMYK010.50.86
HSL330º100%7.06%-
HSV(B)330º100%14.12%-
XYZ0.840.420.61-
YUV12.82130.93144.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36018010.50.863301007.06
Hex24012064325614a647
Octal440220144621265121447
Binary1001000100100110010011001010101101010010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240012; }

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

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

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

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

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

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

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

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