Shades of Blackberry #24051B
Tints of Blackberry #24051B
RGB
CMYK
RGB Variations
Color information
#24051B (or 0x24051B) is known color: Blackberry. HEX triplet: 24, 05 and 1B. RGB value is (36,5,27). Sum of RGB (Red+Green+Blue) = 36+5+27=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 27 (10.94% from 255 or 39.71% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24051B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24051B is #DBFAE4. Grayscale: #101010. Windows color (decimal): -14416613 or 1770788. OLE color: 1770788.
HSL color Cylindrical-coordinate representation of color #24051B: hue angle of 317.42º 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 #24051B is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 5 | 27 | - |
| CMYK | 0 | 0.86 | 0.25 | 0.86 |
| HSL | 317.42º | 0.76% | 0.08% | - |
| HSV(B) | 317.42º | 0.86% | 0.14% | - |
| XYZ | 0.98 | 0.56 | 1.09 | - |
| YUV | 16.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 5 | 27 | 0 | 0.86 | 0.25 | 0.86 | 317.42 | 0.76 | 0.08 |
| Hex | 24 | 5 | 1B | 0 | 56 | 19 | 56 | 13D | 4C | 8 |
| Octal | 44 | 5 | 33 | 0 | 126 | 31 | 126 | 475 | 114 | 10 |
| Binary | 100100 | 101 | 11011 | 0 | 1010110 | 11001 | 1010110 | 100111101 | 1001100 | 1000 |
Color Harmonies of #24051B
Complementary color
Monochromatic Colors of #24051B
Black with #24051B
Text Example
Text Example
White with #24051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24051B; }
p { color: rgb(36,5,27); }
H1.HeaderClassName
{
color: #24051B;
}
.AnyTagClassName
{
color: #24051B;
}
</style>
background-color css
<style>
a { background-color: #24051B; }
a { background-color: rgb(36,5,27); }
div.DivClassName
{
background-color: #24051B;
}
.BgClassName
{
background-color: #24051B;
}
</style>
border-color css
<style>
span { border-color: #24051B; }
span { border-color: rgb(36,5,27); }
td.TdClassName
{
border-color: #24051B;
}
.TagClassName
{
border-color: #24051B;
}
</style>