#24011C

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

Shades of Blackberry #24011C

Tints of Blackberry #24011C

Color information

#24011C (or 0x24011C) is unknown color: approx Blackberry. HEX triplet: 24, 01 and 1C. RGB value is (36,1,28). Sum of RGB (Red+Green+Blue) = 36+1+28=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #24011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24011C is #DBFEE3. Grayscale: #0E0E0E. Windows color (decimal): -14417636 or 1835300. OLE color: 1835300.

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

Color convert

RGB36128-
CMYK00.970.220.86
HSL313.71º94.59%7.25%-
HSV(B)313.71º97.22%14.12%-
XYZ0.950.481.14-
YUV14.54135.6143.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 55.38%
GREEN value IS 1 (0.78% from 255) = 1.54%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=55.38%
G=1.54%
B=43.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612800.970.220.86313.7194.597.25
Hex2411C061165613a5f7
Octal441340141261264721377
Binary100100111100011000011011010101101001110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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