Shades of Blackberry #24001A
Tints of Blackberry #24001A
RGB
CMYK
RGB Variations
Color information
#24001A (or 0x24001A) is known color: Blackberry. HEX triplet: 24, 00 and 1A. RGB value is (36,0,26). Sum of RGB (Red+Green+Blue) = 36+0+26=62 (8% of max value = 765). Red value is 36 (14.45% from 255 or 58.06% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 26 (10.55% from 255 or 41.94% from 62); Max value from RGB is 36 - color contains mainly: red. Hex color #24001A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24001A is #DBFFE5. Grayscale: #0D0D0D. Windows color (decimal): -14417894 or 1703972. OLE color: 1703972.
HSL color Cylindrical-coordinate representation of color #24001A: hue angle of 316.67º 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 #24001A is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 0 | 26 | - |
| CMYK | 0 | 1 | 0.28 | 0.86 |
| HSL | 316.67º | 1% | 0.07% | - |
| HSV(B) | 316.67º | 1% | 0.14% | - |
| XYZ | 0.91 | 0.45 | 1.02 | - |
| YUV | 13.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 0 | 26 | 0 | 1 | 0.28 | 0.86 | 316.67 | 1 | 0.07 |
| Hex | 24 | 0 | 1A | 0 | 64 | 1C | 56 | 13D | 64 | 7 |
| Octal | 44 | 0 | 32 | 0 | 144 | 34 | 126 | 475 | 144 | 7 |
| Binary | 100100 | 0 | 11010 | 0 | 1100100 | 11100 | 1010110 | 100111101 | 1100100 | 111 |
Color Harmonies of #24001A
Complementary color
Monochromatic Colors of #24001A
Black with #24001A
Text Example
Text Example
White with #24001A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24001A; }
p { color: rgb(36,0,26); }
H1.HeaderClassName
{
color: #24001A;
}
.AnyTagClassName
{
color: #24001A;
}
</style>
background-color css
<style>
a { background-color: #24001A; }
a { background-color: rgb(36,0,26); }
div.DivClassName
{
background-color: #24001A;
}
.BgClassName
{
background-color: #24001A;
}
</style>
border-color css
<style>
span { border-color: #24001A; }
span { border-color: rgb(36,0,26); }
td.TdClassName
{
border-color: #24001A;
}
.TagClassName
{
border-color: #24001A;
}
</style>