Shades of Blackberry #24021B
Tints of Blackberry #24021B
RGB
CMYK
RGB Variations
Color information
#24021B (or 0x24021B) is known color: 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
| RGB | 36 | 2 | 27 | - |
| CMYK | 0 | 0.94 | 0.25 | 0.86 |
| HSL | 315.88º | 0.89% | 0.07% | - |
| HSV(B) | 315.88º | 0.94% | 0.14% | - |
| XYZ | 0.95 | 0.5 | 1.08 | - |
| YUV | 15.02 | 134.76 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 2 | 27 | 0 | 0.94 | 0.25 | 0.86 | 315.88 | 0.89 | 0.07 |
| Hex | 24 | 2 | 1B | 0 | 5E | 19 | 56 | 13C | 59 | 7 |
| Octal | 44 | 2 | 33 | 0 | 136 | 31 | 126 | 474 | 131 | 7 |
| Binary | 100100 | 10 | 11011 | 0 | 1011110 | 11001 | 1010110 | 100111100 | 1011001 | 111 |
Color Harmonies of #24021B
Complementary color
Monochromatic Colors of #24021B
Black with #24021B
Text Example
Text Example
White with #24021B
Text Example
Text Example
HTML Codes & Css Web 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>