Shades of Blackberry #24011C
Tints of Blackberry #24011C
RGB
CMYK
RGB Variations
Color information
#24011C (or 0x24011C) is known color: Blackberry. HEX triplet: 24, 01 and 1C. RGB value is (36,1,28). Sum of RGB (Red+Green+Blue) = 36+1+28=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #24011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24011C is #DBFEE3. Grayscale: #0E0E0E. Windows color (decimal): -14417636 or 1835300. OLE color: 1835300.
HSL color Cylindrical-coordinate representation of color #24011C: hue angle of 313.71º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #24011C is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 1 | 28 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.86 |
| HSL | 313.71º | 0.95% | 0.07% | - |
| HSV(B) | 313.71º | 0.97% | 0.14% | - |
| XYZ | 0.95 | 0.48 | 1.14 | - |
| YUV | 14.54 | 135.6 | 143.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 1 | 28 | 0 | 0.97 | 0.22 | 0.86 | 313.71 | 0.95 | 0.07 |
| Hex | 24 | 1 | 1C | 0 | 61 | 16 | 56 | 13A | 5F | 7 |
| Octal | 44 | 1 | 34 | 0 | 141 | 26 | 126 | 472 | 137 | 7 |
| Binary | 100100 | 1 | 11100 | 0 | 1100001 | 10110 | 1010110 | 100111010 | 1011111 | 111 |
Color Harmonies of #24011C
Complementary color
Monochromatic Colors of #24011C
Black with #24011C
Text Example
Text Example
White with #24011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24011C; }
p { color: rgb(36,1,28); }
H1.HeaderClassName
{
color: #24011C;
}
.AnyTagClassName
{
color: #24011C;
}
</style>
background-color css
<style>
a { background-color: #24011C; }
a { background-color: rgb(36,1,28); }
div.DivClassName
{
background-color: #24011C;
}
.BgClassName
{
background-color: #24011C;
}
</style>
border-color css
<style>
span { border-color: #24011C; }
span { border-color: rgb(36,1,28); }
td.TdClassName
{
border-color: #24011C;
}
.TagClassName
{
border-color: #24011C;
}
</style>