#240E19

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

Shades of Blackberry #240E19

Tints of Blackberry #240E19

Color information

#240E19 (or 0x240E19) is unknown color: approx Blackberry. HEX triplet: 24, 0E and 19. RGB value is (36,14,25). Sum of RGB (Red+Green+Blue) = 36+14+25=75 (9% of max value = 765). Red value is 36 (14.45% from 255 or 48% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 36 - color contains mainly: red. Hex color #240E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240E19 is #DBF1E6. Grayscale: #151515. Windows color (decimal): -14414311 or 1642020. OLE color: 1642020.

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

Color convert

RGB361425-
CMYK00.610.310.86
HSL330º44%9.8%-
HSV(B)330º61.11%14.12%-
XYZ1.060.761.01-
YUV21.83129.79138.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 48%
GREEN value IS 14 (5.86% from 255) = 18.67%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=48%
G=18.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36142500.610.310.86330449.8
Hex24E1903D1F5614a2ca
Octal441631075371265125412
Binary10010011101100101111011111110101101010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,14,25); }

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

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

 a { background-color: rgb(36,14,25); }

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

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

 span { border-color: rgb(36,14,25); }

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