Shades of Blackberry #24051A
Tints of Blackberry #24051A
RGB
CMYK
RGB Variations
Color information
#24051A (or 0x24051A) is known color: Blackberry. HEX triplet: 24, 05 and 1A. RGB value is (36,5,26). Sum of RGB (Red+Green+Blue) = 36+5+26=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24051A is #DBFAE5. Grayscale: #101010. Windows color (decimal): -14416614 or 1705252. OLE color: 1705252.
HSL color Cylindrical-coordinate representation of color #24051A: hue angle of 319.35º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24051A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 5 | 26 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.86 |
| HSL | 319.35º | 0.76% | 0.08% | - |
| HSV(B) | 319.35º | 0.86% | 0.14% | - |
| XYZ | 0.97 | 0.56 | 1.03 | - |
| YUV | 16.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 26 | 0 | 0.86 | 0.28 | 0.86 | 319.35 | 0.76 | 0.08 |
| Hex | 24 | 5 | 1A | 0 | 56 | 1C | 56 | 13F | 4C | 8 |
| Octal | 44 | 5 | 32 | 0 | 126 | 34 | 126 | 477 | 114 | 10 |
| Binary | 100100 | 101 | 11010 | 0 | 1010110 | 11100 | 1010110 | 100111111 | 1001100 | 1000 |
Color Harmonies of #24051A
Complementary color
Monochromatic Colors of #24051A
Black with #24051A
Text Example
Text Example
White with #24051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24051A; }
p { color: rgb(36,5,26); }
H1.HeaderClassName
{
color: #24051A;
}
.AnyTagClassName
{
color: #24051A;
}
</style>
background-color css
<style>
a { background-color: #24051A; }
a { background-color: rgb(36,5,26); }
div.DivClassName
{
background-color: #24051A;
}
.BgClassName
{
background-color: #24051A;
}
</style>
border-color css
<style>
span { border-color: #24051A; }
span { border-color: rgb(36,5,26); }
td.TdClassName
{
border-color: #24051A;
}
.TagClassName
{
border-color: #24051A;
}
</style>