#24111C

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

Shades of Blackberry #24111C

Tints of Blackberry #24111C

Color information

#24111C (or 0x24111C) is unknown color: approx Blackberry. HEX triplet: 24, 11 and 1C. RGB value is (36,17,28). Sum of RGB (Red+Green+Blue) = 36+17+28=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #24111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24111C is #DBEEE3. Grayscale: #171717. Windows color (decimal): -14413540 or 1839396. OLE color: 1839396.

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

Color convert

RGB361728-
CMYK00.530.220.86
HSL325.26º35.85%10.39%-
HSV(B)325.26º52.78%14.12%-
XYZ1.140.861.2-
YUV23.94130.29136.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 44.44%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=44.44%
G=20.99%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal36172800.530.220.86325.2635.8510.39
Hex24111C035165614524a
Octal442134065261265054412
Binary100100100011110001101011011010101101010001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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