#240D18

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

Shades of Blackberry #240D18

Tints of Blackberry #240D18

Color information

#240D18 (or 0x240D18) is unknown color: approx Blackberry. HEX triplet: 24, 0D and 18. RGB value is (36,13,24). Sum of RGB (Red+Green+Blue) = 36+13+24=73 (9% of max value = 765). Red value is 36 (14.45% from 255 or 49.32% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 36 - color contains mainly: red. Hex color #240D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240D18 is #DBF2E7. Grayscale: #151515. Windows color (decimal): -14414568 or 1576228. OLE color: 1576228.

HSL color Cylindrical-coordinate representation of color #240D18: hue angle of 331.3º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #240D18 is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB361324-
CMYK00.640.330.86
HSL331.3º46.94%9.61%-
HSV(B)331.3º63.89%14.12%-
XYZ1.040.730.95-
YUV21.13129.62138.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 49.32%
GREEN value IS 13 (5.47% from 255) = 17.81%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=49.32%
G=17.81%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36132400.640.330.86331.346.949.61
Hex24D18040215614b2fa
Octal4415300100411265135712
Binary1001001101110000100000010000110101101010010111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240D18; }

 p { color: rgb(36,13,24); }

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

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

 a { background-color: rgb(36,13,24); }

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

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

 span { border-color: rgb(36,13,24); }

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