Shades of Blackberry #21131A
Tints of Blackberry #21131A
RGB
CMYK
RGB Variations
Color information
#21131A (or 0x21131A) is known color: Blackberry. HEX triplet: 21, 13 and 1A. RGB value is (33,19,26). Sum of RGB (Red+Green+Blue) = 33+19+26=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #21131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21131A is #DEECE5. Grayscale: #171717. Windows color (decimal): -14609638 or 1708833. OLE color: 1708833.
HSL color Cylindrical-coordinate representation of color #21131A: hue angle of 330º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21131A is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 19 | 26 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.87 |
| HSL | 330º | 0.27% | 0.1% | - |
| HSV(B) | 330º | 0.42% | 0.13% | - |
| XYZ | 1.05 | 0.86 | 1.09 | - |
| YUV | 23.98 | 129.14 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 19 | 26 | 0 | 0.42 | 0.21 | 0.87 | 330 | 0.27 | 0.1 |
| Hex | 21 | 13 | 1A | 0 | 2A | 15 | 57 | 14A | 1B | A |
| Octal | 41 | 23 | 32 | 0 | 52 | 25 | 127 | 512 | 33 | 12 |
| Binary | 100001 | 10011 | 11010 | 0 | 101010 | 10101 | 1010111 | 101001010 | 11011 | 1010 |
Color Harmonies of #21131A
Complementary color
Monochromatic Colors of #21131A
Black with #21131A
Text Example
Text Example
White with #21131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21131A; }
p { color: rgb(33,19,26); }
H1.HeaderClassName
{
color: #21131A;
}
.AnyTagClassName
{
color: #21131A;
}
</style>
background-color css
<style>
a { background-color: #21131A; }
a { background-color: rgb(33,19,26); }
div.DivClassName
{
background-color: #21131A;
}
.BgClassName
{
background-color: #21131A;
}
</style>
border-color css
<style>
span { border-color: #21131A; }
span { border-color: rgb(33,19,26); }
td.TdClassName
{
border-color: #21131A;
}
.TagClassName
{
border-color: #21131A;
}
</style>