Shades of Blackberry #24001C
Tints of Blackberry #24001C
RGB
CMYK
RGB Variations
Color information
#24001C (or 0x24001C) is known color: Blackberry. HEX triplet: 24, 00 and 1C. RGB value is (36,0,28). Sum of RGB (Red+Green+Blue) = 36+0+28=64 (8% of max value = 765). Red value is 36 (14.45% from 255 or 56.25% from 64); Green value is 0 (0.39% from 255 or 0% from 64); Blue value is 28 (11.33% from 255 or 43.75% from 64); Max value from RGB is 36 - color contains mainly: red. Hex color #24001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24001C is #DBFFE3. Grayscale: #0D0D0D. Windows color (decimal): -14417892 or 1835044. OLE color: 1835044.
HSL color Cylindrical-coordinate representation of color #24001C: hue angle of 313.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #24001C is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.22 | 0.86 |
| HSL | 313.33º | 1% | 0.07% | - |
| HSV(B) | 313.33º | 1% | 0.14% | - |
| XYZ | 0.94 | 0.46 | 1.14 | - |
| YUV | 13.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 28 | 0 | 1 | 0.22 | 0.86 | 313.33 | 1 | 0.07 |
| Hex | 24 | 0 | 1C | 0 | 64 | 16 | 56 | 139 | 64 | 7 |
| Octal | 44 | 0 | 34 | 0 | 144 | 26 | 126 | 471 | 144 | 7 |
| Binary | 100100 | 0 | 11100 | 0 | 1100100 | 10110 | 1010110 | 100111001 | 1100100 | 111 |
Color Harmonies of #24001C
Complementary color
Monochromatic Colors of #24001C
Black with #24001C
Text Example
Text Example
White with #24001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24001C; }
p { color: rgb(36,0,28); }
H1.HeaderClassName
{
color: #24001C;
}
.AnyTagClassName
{
color: #24001C;
}
</style>
background-color css
<style>
a { background-color: #24001C; }
a { background-color: rgb(36,0,28); }
div.DivClassName
{
background-color: #24001C;
}
.BgClassName
{
background-color: #24001C;
}
</style>
border-color css
<style>
span { border-color: #24001C; }
span { border-color: rgb(36,0,28); }
td.TdClassName
{
border-color: #24001C;
}
.TagClassName
{
border-color: #24001C;
}
</style>