Shades of Blackberry #24041B
Tints of Blackberry #24041B
RGB
CMYK
RGB Variations
Color information
#24041B (or 0x24041B) is known color: Blackberry. HEX triplet: 24, 04 and 1B. RGB value is (36,4,27). Sum of RGB (Red+Green+Blue) = 36+4+27=67 (8% of max value = 765). Red value is 36 (14.45% from 255 or 53.73% from 67); Green value is 4 (1.95% from 255 or 5.97% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 36 - color contains mainly: red. Hex color #24041B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041B is #DBFBE4. Grayscale: #101010. Windows color (decimal): -14416869 or 1770532. OLE color: 1770532.
HSL color Cylindrical-coordinate representation of color #24041B: hue angle of 316.88º 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 #24041B is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 27 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.86 |
| HSL | 316.88º | 0.8% | 0.08% | - |
| HSV(B) | 316.88º | 0.89% | 0.14% | - |
| XYZ | 0.97 | 0.54 | 1.09 | - |
| YUV | 16.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 27 | 0 | 0.89 | 0.25 | 0.86 | 316.88 | 0.8 | 0.08 |
| Hex | 24 | 4 | 1B | 0 | 59 | 19 | 56 | 13D | 50 | 8 |
| Octal | 44 | 4 | 33 | 0 | 131 | 31 | 126 | 475 | 120 | 10 |
| Binary | 100100 | 100 | 11011 | 0 | 1011001 | 11001 | 1010110 | 100111101 | 1010000 | 1000 |
Color Harmonies of #24041B
Complementary color
Monochromatic Colors of #24041B
Black with #24041B
Text Example
Text Example
White with #24041B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24041B; }
p { color: rgb(36,4,27); }
H1.HeaderClassName
{
color: #24041B;
}
.AnyTagClassName
{
color: #24041B;
}
</style>
background-color css
<style>
a { background-color: #24041B; }
a { background-color: rgb(36,4,27); }
div.DivClassName
{
background-color: #24041B;
}
.BgClassName
{
background-color: #24041B;
}
</style>
border-color css
<style>
span { border-color: #24041B; }
span { border-color: rgb(36,4,27); }
td.TdClassName
{
border-color: #24041B;
}
.TagClassName
{
border-color: #24041B;
}
</style>