#240E1A

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

Shades of Blackberry #240E1A

Tints of Blackberry #240E1A

Color information

#240E1A (or 0x240E1A) is unknown color: approx Blackberry. HEX triplet: 24, 0E and 1A. RGB value is (36,14,26). Sum of RGB (Red+Green+Blue) = 36+14+26=76 (10% of max value = 765). Red value is 36 (14.45% from 255 or 47.37% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 36 - color contains mainly: red. Hex color #240E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E1A is #DBF1E5. Grayscale: #151515. Windows color (decimal): -14414310 or 1707556. OLE color: 1707556.

HSL color Cylindrical-coordinate representation of color #240E1A: hue angle of 327.27º 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 #240E1A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.86.

Color convert

RGB361426-
CMYK00.610.280.86
HSL327.27º44%9.8%-
HSV(B)327.27º61.11%14.12%-
XYZ1.070.761.07-
YUV21.95130.29138.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 47.37%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=47.37%
G=18.42%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36142600.610.280.86327.27449.8
Hex24E1A03D1C561472ca
Octal441632075341265075412
Binary10010011101101001111011110010101101010001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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