#24081B

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

Shades of Blackberry #24081B

Tints of Blackberry #24081B

Color information

#24081B (or 0x24081B) is unknown color: approx Blackberry. HEX triplet: 24, 08 and 1B. RGB value is (36,8,27). Sum of RGB (Red+Green+Blue) = 36+8+27=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24081B is #DBF7E4. Grayscale: #121212. Windows color (decimal): -14415845 or 1771556. OLE color: 1771556.

HSL color Cylindrical-coordinate representation of color #24081B: hue angle of 319.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24081B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.86.

Color convert

RGB36827-
CMYK00.780.250.86
HSL319.29º63.64%8.63%-
HSV(B)319.29º77.78%14.12%-
XYZ1.010.631.1-
YUV18.54132.78140.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 50.70%
GREEN value IS 8 (3.52% from 255) = 11.27%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=50.70%
G=11.27%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3682700.780.250.86319.2963.648.63
Hex2481B04E195613f409
Octal44103301163112647710011
Binary1001001000110110100111011001101011010011111110000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24081B; }

 p { color: rgb(36,8,27); }

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

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

 a { background-color: rgb(36,8,27); }

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

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

 span { border-color: rgb(36,8,27); }

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