Shades of Blackberry #24041C
Tints of Blackberry #24041C
RGB
CMYK
RGB Variations
Color information
#24041C (or 0x24041C) is known color: Blackberry. HEX triplet: 24, 04 and 1C. RGB value is (36,4,28). Sum of RGB (Red+Green+Blue) = 36+4+28=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 28 (11.33% from 255 or 41.18% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24041C is #DBFBE3. Grayscale: #101010. Windows color (decimal): -14416868 or 1836068. OLE color: 1836068.
HSL color Cylindrical-coordinate representation of color #24041C: hue angle of 315º 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 #24041C is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 4 | 28 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.86 |
| HSL | 315º | 0.8% | 0.08% | - |
| HSV(B) | 315º | 0.89% | 0.14% | - |
| XYZ | 0.98 | 0.55 | 1.15 | - |
| YUV | 16.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 4 | 28 | 0 | 0.89 | 0.22 | 0.86 | 315 | 0.8 | 0.08 |
| Hex | 24 | 4 | 1C | 0 | 59 | 16 | 56 | 13B | 50 | 8 |
| Octal | 44 | 4 | 34 | 0 | 131 | 26 | 126 | 473 | 120 | 10 |
| Binary | 100100 | 100 | 11100 | 0 | 1011001 | 10110 | 1010110 | 100111011 | 1010000 | 1000 |
Color Harmonies of #24041C
Complementary color
Monochromatic Colors of #24041C
Black with #24041C
Text Example
Text Example
White with #24041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24041C; }
p { color: rgb(36,4,28); }
H1.HeaderClassName
{
color: #24041C;
}
.AnyTagClassName
{
color: #24041C;
}
</style>
background-color css
<style>
a { background-color: #24041C; }
a { background-color: rgb(36,4,28); }
div.DivClassName
{
background-color: #24041C;
}
.BgClassName
{
background-color: #24041C;
}
</style>
border-color css
<style>
span { border-color: #24041C; }
span { border-color: rgb(36,4,28); }
td.TdClassName
{
border-color: #24041C;
}
.TagClassName
{
border-color: #24041C;
}
</style>