#24011A

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

Shades of Blackberry #24011A

Tints of Blackberry #24011A

Color information

#24011A (or 0x24011A) is unknown color: approx Blackberry. HEX triplet: 24, 01 and 1A. RGB value is (36,1,26). Sum of RGB (Red+Green+Blue) = 36+1+26=63 (8% of max value = 765). Red value is 36 (14.45% from 255 or 57.14% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 36 - color contains mainly: red. Hex color #24011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24011A is #DBFEE5. Grayscale: #0E0E0E. Windows color (decimal): -14417638 or 1704228. OLE color: 1704228.

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

Color convert

RGB36126-
CMYK00.970.280.86
HSL317.14º94.59%7.25%-
HSV(B)317.14º97.22%14.12%-
XYZ0.920.471.02-
YUV14.32134.6143.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=57.14%
G=1.59%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3612600.970.280.86317.1494.597.25
Hex2411A0611C5613d5f7
Octal441320141341264751377
Binary100100111010011000011110010101101001111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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