Shades of Blackberry #21151B
Tints of Blackberry #21151B
RGB
CMYK
RGB Variations
Color information
#21151B (or 0x21151B) is known color: Blackberry. HEX triplet: 21, 15 and 1B. RGB value is (33,21,27). Sum of RGB (Red+Green+Blue) = 33+21+27=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #21151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21151B is #DEEAE4. Grayscale: #191919. Windows color (decimal): -14609125 or 1774881. OLE color: 1774881.
HSL color Cylindrical-coordinate representation of color #21151B: hue angle of 330º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #21151B is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 21 | 27 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.87 |
| HSL | 330º | 0.22% | 0.11% | - |
| HSV(B) | 330º | 0.36% | 0.13% | - |
| XYZ | 1.09 | 0.94 | 1.16 | - |
| YUV | 25.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 21 | 27 | 0 | 0.36 | 0.18 | 0.87 | 330 | 0.22 | 0.11 |
| Hex | 21 | 15 | 1B | 0 | 24 | 12 | 57 | 14A | 16 | B |
| Octal | 41 | 25 | 33 | 0 | 44 | 22 | 127 | 512 | 26 | 13 |
| Binary | 100001 | 10101 | 11011 | 0 | 100100 | 10010 | 1010111 | 101001010 | 10110 | 1011 |
Color Harmonies of #21151B
Complementary color
Monochromatic Colors of #21151B
Black with #21151B
Text Example
Text Example
White with #21151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21151B; }
p { color: rgb(33,21,27); }
H1.HeaderClassName
{
color: #21151B;
}
.AnyTagClassName
{
color: #21151B;
}
</style>
background-color css
<style>
a { background-color: #21151B; }
a { background-color: rgb(33,21,27); }
div.DivClassName
{
background-color: #21151B;
}
.BgClassName
{
background-color: #21151B;
}
</style>
border-color css
<style>
span { border-color: #21151B; }
span { border-color: rgb(33,21,27); }
td.TdClassName
{
border-color: #21151B;
}
.TagClassName
{
border-color: #21151B;
}
</style>