#24041A

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

Shades of Blackberry #24041A

Tints of Blackberry #24041A

Color information

#24041A (or 0x24041A) is unknown color: approx Blackberry. HEX triplet: 24, 04 and 1A. RGB value is (36,4,26). Sum of RGB (Red+Green+Blue) = 36+4+26=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041A is #DBFBE5. Grayscale: #101010. Windows color (decimal): -14416870 or 1704996. OLE color: 1704996.

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

Color convert

RGB36426-
CMYK00.890.280.86
HSL318.75º80%7.84%-
HSV(B)318.75º88.89%14.12%-
XYZ0.960.541.03-
YUV16.08133.6142.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 6.06%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=54.55%
G=6.06%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.28
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3642600.890.280.86318.75807.84
Hex2441A0591C5613f508
Octal4443201313412647712010
Binary100100100110100101100111100101011010011111110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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