Shades of Blackberry #24071B
Tints of Blackberry #24071B
RGB
CMYK
RGB Variations
Color information
#24071B (or 0x24071B) is known color: Blackberry. HEX triplet: 24, 07 and 1B. RGB value is (36,7,27). Sum of RGB (Red+Green+Blue) = 36+7+27=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #24071B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24071B is #DBF8E4. Grayscale: #111111. Windows color (decimal): -14416101 or 1771300. OLE color: 1771300.
HSL color Cylindrical-coordinate representation of color #24071B: hue angle of 318.62º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24071B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 7 | 27 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.86 |
| HSL | 318.62º | 0.67% | 0.08% | - |
| HSV(B) | 318.62º | 0.81% | 0.14% | - |
| XYZ | 1 | 0.61 | 1.1 | - |
| YUV | 17.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 7 | 27 | 0 | 0.81 | 0.25 | 0.86 | 318.62 | 0.67 | 0.08 |
| Hex | 24 | 7 | 1B | 0 | 51 | 19 | 56 | 13F | 43 | 8 |
| Octal | 44 | 7 | 33 | 0 | 121 | 31 | 126 | 477 | 103 | 10 |
| Binary | 100100 | 111 | 11011 | 0 | 1010001 | 11001 | 1010110 | 100111111 | 1000011 | 1000 |
Color Harmonies of #24071B
Complementary color
Monochromatic Colors of #24071B
Black with #24071B
Text Example
Text Example
White with #24071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24071B; }
p { color: rgb(36,7,27); }
H1.HeaderClassName
{
color: #24071B;
}
.AnyTagClassName
{
color: #24071B;
}
</style>
background-color css
<style>
a { background-color: #24071B; }
a { background-color: rgb(36,7,27); }
div.DivClassName
{
background-color: #24071B;
}
.BgClassName
{
background-color: #24071B;
}
</style>
border-color css
<style>
span { border-color: #24071B; }
span { border-color: rgb(36,7,27); }
td.TdClassName
{
border-color: #24071B;
}
.TagClassName
{
border-color: #24071B;
}
</style>