Shades of Blackberry #24151C
Tints of Blackberry #24151C
RGB
CMYK
RGB Variations
Color information
#24151C (or 0x24151C) is known color: Blackberry. HEX triplet: 24, 15 and 1C. RGB value is (36,21,28). Sum of RGB (Red+Green+Blue) = 36+21+28=85 (11% of max value = 765). Red value is 36 (14.45% from 255 or 42.35% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 36 - color contains mainly: red. Hex color #24151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24151C is #DBEAE3. Grayscale: #1A1A1A. Windows color (decimal): -14412516 or 1840420. OLE color: 1840420.
HSL color Cylindrical-coordinate representation of color #24151C: hue angle of 332º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #24151C is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 21 | 28 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.86 |
| HSL | 332º | 0.26% | 0.11% | - |
| HSV(B) | 332º | 0.42% | 0.14% | - |
| XYZ | 1.21 | 1 | 1.23 | - |
| YUV | 26.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 21 | 28 | 0 | 0.42 | 0.22 | 0.86 | 332 | 0.26 | 0.11 |
| Hex | 24 | 15 | 1C | 0 | 2A | 16 | 56 | 14C | 1A | B |
| Octal | 44 | 25 | 34 | 0 | 52 | 26 | 126 | 514 | 32 | 13 |
| Binary | 100100 | 10101 | 11100 | 0 | 101010 | 10110 | 1010110 | 101001100 | 11010 | 1011 |
Color Harmonies of #24151C
Complementary color
Monochromatic Colors of #24151C
Black with #24151C
Text Example
Text Example
White with #24151C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24151C; }
p { color: rgb(36,21,28); }
H1.HeaderClassName
{
color: #24151C;
}
.AnyTagClassName
{
color: #24151C;
}
</style>
background-color css
<style>
a { background-color: #24151C; }
a { background-color: rgb(36,21,28); }
div.DivClassName
{
background-color: #24151C;
}
.BgClassName
{
background-color: #24151C;
}
</style>
border-color css
<style>
span { border-color: #24151C; }
span { border-color: rgb(36,21,28); }
td.TdClassName
{
border-color: #24151C;
}
.TagClassName
{
border-color: #24151C;
}
</style>