#24121C

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

Shades of Blackberry #24121C

Tints of Blackberry #24121C

Color information

#24121C (or 0x24121C) is unknown color: approx Blackberry. HEX triplet: 24, 12 and 1C. RGB value is (36,18,28). Sum of RGB (Red+Green+Blue) = 36+18+28=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 36 - color contains mainly: red. Hex color #24121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24121C is #DBEDE3. Grayscale: #181818. Windows color (decimal): -14413284 or 1839652. OLE color: 1839652.

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

Color convert

RGB361828-
CMYK00.50.220.86
HSL326.67º33.33%10.59%-
HSV(B)326.67º50%14.12%-
XYZ1.150.891.21-
YUV24.52129.96136.19-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 43.90%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 28 (11.33% from 255) = 34.15%
R=43.90%
G=21.95%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36182800.50.220.86326.6733.3310.59
Hex24121C032165614721b
Octal442234062261265074113
Binary100100100101110001100101011010101101010001111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24121C; }

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

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

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

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

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

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

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

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