Shades of Blackberry #24041A
Tints of Blackberry #24041A
RGB
CMYK
RGB Variations
Color information
#24041A (or 0x24041A) is known color: Blackberry. HEX triplet: 24, 04 and 1A. RGB value is (36,4,26). Sum of RGB (Red+Green+Blue) = 36+4+26=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #24041A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041A is #DBFBE5. Grayscale: #101010. Windows color (decimal): -14416870 or 1704996. OLE color: 1704996.
HSL color Cylindrical-coordinate representation of color #24041A: hue angle of 318.75º 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 #24041A is Cyan = 0, Magento = 0.89, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 26 | - |
| CMYK | 0 | 0.89 | 0.28 | 0.86 |
| HSL | 318.75º | 0.8% | 0.08% | - |
| HSV(B) | 318.75º | 0.89% | 0.14% | - |
| XYZ | 0.96 | 0.54 | 1.03 | - |
| YUV | 16.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 26 | 0 | 0.89 | 0.28 | 0.86 | 318.75 | 0.8 | 0.08 |
| Hex | 24 | 4 | 1A | 0 | 59 | 1C | 56 | 13F | 50 | 8 |
| Octal | 44 | 4 | 32 | 0 | 131 | 34 | 126 | 477 | 120 | 10 |
| Binary | 100100 | 100 | 11010 | 0 | 1011001 | 11100 | 1010110 | 100111111 | 1010000 | 1000 |
Color Harmonies of #24041A
Complementary color
Monochromatic Colors of #24041A
Black with #24041A
Text Example
Text Example
White with #24041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24041A; }
p { color: rgb(36,4,26); }
H1.HeaderClassName
{
color: #24041A;
}
.AnyTagClassName
{
color: #24041A;
}
</style>
background-color css
<style>
a { background-color: #24041A; }
a { background-color: rgb(36,4,26); }
div.DivClassName
{
background-color: #24041A;
}
.BgClassName
{
background-color: #24041A;
}
</style>
border-color css
<style>
span { border-color: #24041A; }
span { border-color: rgb(36,4,26); }
td.TdClassName
{
border-color: #24041A;
}
.TagClassName
{
border-color: #24041A;
}
</style>