Shades of Blackberry #24091B
Tints of Blackberry #24091B
RGB
CMYK
RGB Variations
Color information
#24091B (or 0x24091B) is known color: Blackberry. HEX triplet: 24, 09 and 1B. RGB value is (36,9,27). Sum of RGB (Red+Green+Blue) = 36+9+27=72 (9% of max value = 765). Red value is 36 (14.45% from 255 or 50% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 36 - color contains mainly: red. Hex color #24091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24091B is #DBF6E4. Grayscale: #131313. Windows color (decimal): -14415589 or 1771812. OLE color: 1771812.
HSL color Cylindrical-coordinate representation of color #24091B: hue angle of 320º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #24091B is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 9 | 27 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.86 |
| HSL | 320º | 0.6% | 0.09% | - |
| HSV(B) | 320º | 0.75% | 0.14% | - |
| XYZ | 1.02 | 0.65 | 1.11 | - |
| YUV | 19.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 9 | 27 | 0 | 0.75 | 0.25 | 0.86 | 320 | 0.6 | 0.09 |
| Hex | 24 | 9 | 1B | 0 | 4B | 19 | 56 | 140 | 3C | 9 |
| Octal | 44 | 11 | 33 | 0 | 113 | 31 | 126 | 500 | 74 | 11 |
| Binary | 100100 | 1001 | 11011 | 0 | 1001011 | 11001 | 1010110 | 101000000 | 111100 | 1001 |
Color Harmonies of #24091B
Complementary color
Monochromatic Colors of #24091B
Black with #24091B
Text Example
Text Example
White with #24091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24091B; }
p { color: rgb(36,9,27); }
H1.HeaderClassName
{
color: #24091B;
}
.AnyTagClassName
{
color: #24091B;
}
</style>
background-color css
<style>
a { background-color: #24091B; }
a { background-color: rgb(36,9,27); }
div.DivClassName
{
background-color: #24091B;
}
.BgClassName
{
background-color: #24091B;
}
</style>
border-color css
<style>
span { border-color: #24091B; }
span { border-color: rgb(36,9,27); }
td.TdClassName
{
border-color: #24091B;
}
.TagClassName
{
border-color: #24091B;
}
</style>