Shades of Blackberry #24021C
Tints of Blackberry #24021C
RGB
CMYK
RGB Variations
Color information
#24021C (or 0x24021C) is known color: Blackberry. HEX triplet: 24, 02 and 1C. RGB value is (36,2,28). Sum of RGB (Red+Green+Blue) = 36+2+28=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24021C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24021C is #DBFDE3. Grayscale: #0F0F0F. Windows color (decimal): -14417380 or 1835556. OLE color: 1835556.
HSL color Cylindrical-coordinate representation of color #24021C: hue angle of 314.12º 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 #24021C is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 2 | 28 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.86 |
| HSL | 314.12º | 0.89% | 0.07% | - |
| HSV(B) | 314.12º | 0.94% | 0.14% | - |
| XYZ | 0.96 | 0.5 | 1.15 | - |
| YUV | 15.13 | 135.26 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 28 | 0 | 0.94 | 0.22 | 0.86 | 314.12 | 0.89 | 0.07 |
| Hex | 24 | 2 | 1C | 0 | 5E | 16 | 56 | 13A | 59 | 7 |
| Octal | 44 | 2 | 34 | 0 | 136 | 26 | 126 | 472 | 131 | 7 |
| Binary | 100100 | 10 | 11100 | 0 | 1011110 | 10110 | 1010110 | 100111010 | 1011001 | 111 |
Color Harmonies of #24021C
Complementary color
Monochromatic Colors of #24021C
Black with #24021C
Text Example
Text Example
White with #24021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24021C; }
p { color: rgb(36,2,28); }
H1.HeaderClassName
{
color: #24021C;
}
.AnyTagClassName
{
color: #24021C;
}
</style>
background-color css
<style>
a { background-color: #24021C; }
a { background-color: rgb(36,2,28); }
div.DivClassName
{
background-color: #24021C;
}
.BgClassName
{
background-color: #24021C;
}
</style>
border-color css
<style>
span { border-color: #24021C; }
span { border-color: rgb(36,2,28); }
td.TdClassName
{
border-color: #24021C;
}
.TagClassName
{
border-color: #24021C;
}
</style>