#24041B

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

Shades of Blackberry #24041B

Tints of Blackberry #24041B

Color information

#24041B (or 0x24041B) is unknown color: approx Blackberry. HEX triplet: 24, 04 and 1B. RGB value is (36,4,27). Sum of RGB (Red+Green+Blue) = 36+4+27=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041B is #DBFBE4. Grayscale: #101010. Windows color (decimal): -14416869 or 1770532. OLE color: 1770532.

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

Color convert

RGB36427-
CMYK00.890.250.86
HSL316.88º80%7.84%-
HSV(B)316.88º88.89%14.12%-
XYZ0.970.541.09-
YUV16.19134.1142.13-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 53.73%
GREEN value IS 4 (1.95% from 255) = 5.97%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=53.73%
G=5.97%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3642700.890.250.86316.88807.84
Hex2441B059195613d508
Octal4443301313112647512010
Binary100100100110110101100111001101011010011110110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24041B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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