#24021B

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

Shades of Blackberry #24021B

Tints of Blackberry #24021B

Color information

#24021B (or 0x24021B) is unknown color: approx Blackberry. HEX triplet: 24, 02 and 1B. RGB value is (36,2,27). Sum of RGB (Red+Green+Blue) = 36+2+27=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #24021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24021B is #DBFDE4. Grayscale: #0E0E0E. Windows color (decimal): -14417381 or 1770020. OLE color: 1770020.

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

Color convert

RGB36227-
CMYK00.940.250.86
HSL315.88º89.47%7.45%-
HSV(B)315.88º94.44%14.12%-
XYZ0.950.51.08-
YUV15.02134.76142.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 55.38%
GREEN value IS 2 (1.17% from 255) = 3.08%
BLUE value IS 27 (10.94% from 255) = 41.54%
R=55.38%
G=3.08%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3622700.940.250.86315.8889.477.45
Hex2421B05E195613c597
Octal442330136311264741317
Binary1001001011011010111101100110101101001111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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