Shades of Blackberry #24101B
Tints of Blackberry #24101B
RGB
CMYK
RGB Variations
Color information
#24101B (or 0x24101B) is known color: Blackberry. HEX triplet: 24, 10 and 1B. RGB value is (36,16,27). Sum of RGB (Red+Green+Blue) = 36+16+27=79 (10% of max value = 765). Red value is 36 (14.45% from 255 or 45.57% from 79); Green value is 16 (6.64% from 255 or 20.25% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 36 - color contains mainly: red. Hex color #24101B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24101B is #DBEFE4. Grayscale: #171717. Windows color (decimal): -14413797 or 1773604. OLE color: 1773604.
HSL color Cylindrical-coordinate representation of color #24101B: hue angle of 327º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24101B is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 16 | 27 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.86 |
| HSL | 327º | 0.38% | 0.1% | - |
| HSV(B) | 327º | 0.56% | 0.14% | - |
| XYZ | 1.11 | 0.82 | 1.14 | - |
| YUV | 23.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 16 | 27 | 0 | 0.56 | 0.25 | 0.86 | 327 | 0.38 | 0.1 |
| Hex | 24 | 10 | 1B | 0 | 38 | 19 | 56 | 147 | 26 | A |
| Octal | 44 | 20 | 33 | 0 | 70 | 31 | 126 | 507 | 46 | 12 |
| Binary | 100100 | 10000 | 11011 | 0 | 111000 | 11001 | 1010110 | 101000111 | 100110 | 1010 |
Color Harmonies of #24101B
Complementary color
Monochromatic Colors of #24101B
Black with #24101B
Text Example
Text Example
White with #24101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24101B; }
p { color: rgb(36,16,27); }
H1.HeaderClassName
{
color: #24101B;
}
.AnyTagClassName
{
color: #24101B;
}
</style>
background-color css
<style>
a { background-color: #24101B; }
a { background-color: rgb(36,16,27); }
div.DivClassName
{
background-color: #24101B;
}
.BgClassName
{
background-color: #24101B;
}
</style>
border-color css
<style>
span { border-color: #24101B; }
span { border-color: rgb(36,16,27); }
td.TdClassName
{
border-color: #24101B;
}
.TagClassName
{
border-color: #24101B;
}
</style>