#24041C

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

Shades of Blackberry #24041C

Tints of Blackberry #24041C

Color information

#24041C (or 0x24041C) is unknown color: approx Blackberry. HEX triplet: 24, 04 and 1C. RGB value is (36,4,28). Sum of RGB (Red+Green+Blue) = 36+4+28=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041C is #DBFBE3. Grayscale: #101010. Windows color (decimal): -14416868 or 1836068. OLE color: 1836068.

HSL color Cylindrical-coordinate representation of color #24041C: hue angle of 315º 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 #24041C is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB36428-
CMYK00.890.220.86
HSL315º80%7.84%-
HSV(B)315º88.89%14.12%-
XYZ0.980.551.15-
YUV16.3134.6142.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 52.94%
GREEN value IS 4 (1.95% from 255) = 5.88%
BLUE value IS 28 (11.33% from 255) = 41.18%
R=52.94%
G=5.88%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3642800.890.220.86315807.84
Hex2441C059165613b508
Octal4443401312612647312010
Binary100100100111000101100110110101011010011101110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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