Shades of Blackberry #24081B
Tints of Blackberry #24081B
RGB
CMYK
RGB Variations
Color information
#24081B (or 0x24081B) is known color: Blackberry. HEX triplet: 24, 08 and 1B. RGB value is (36,8,27). Sum of RGB (Red+Green+Blue) = 36+8+27=71 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50.70% from 71); Green value is 8 (3.52% from 255 or 11.27% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 36 - color contains mainly: red. Hex color #24081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24081B is #DBF7E4. Grayscale: #121212. Windows color (decimal): -14415845 or 1771556. OLE color: 1771556.
HSL color Cylindrical-coordinate representation of color #24081B: hue angle of 319.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #24081B is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 8 | 27 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.86 |
| HSL | 319.29º | 0.64% | 0.09% | - |
| HSV(B) | 319.29º | 0.78% | 0.14% | - |
| XYZ | 1.01 | 0.63 | 1.1 | - |
| YUV | 18.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 8 | 27 | 0 | 0.78 | 0.25 | 0.86 | 319.29 | 0.64 | 0.09 |
| Hex | 24 | 8 | 1B | 0 | 4E | 19 | 56 | 13F | 40 | 9 |
| Octal | 44 | 10 | 33 | 0 | 116 | 31 | 126 | 477 | 100 | 11 |
| Binary | 100100 | 1000 | 11011 | 0 | 1001110 | 11001 | 1010110 | 100111111 | 1000000 | 1001 |
Color Harmonies of #24081B
Complementary color
Monochromatic Colors of #24081B
Black with #24081B
Text Example
Text Example
White with #24081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24081B; }
p { color: rgb(36,8,27); }
H1.HeaderClassName
{
color: #24081B;
}
.AnyTagClassName
{
color: #24081B;
}
</style>
background-color css
<style>
a { background-color: #24081B; }
a { background-color: rgb(36,8,27); }
div.DivClassName
{
background-color: #24081B;
}
.BgClassName
{
background-color: #24081B;
}
</style>
border-color css
<style>
span { border-color: #24081B; }
span { border-color: rgb(36,8,27); }
td.TdClassName
{
border-color: #24081B;
}
.TagClassName
{
border-color: #24081B;
}
</style>