Shades of Blackberry #201119
Tints of Blackberry #201119
RGB
CMYK
RGB Variations
Color information
#201119 (or 0x201119) is known color: Blackberry. HEX triplet: 20, 11 and 19. RGB value is (32,17,25). Sum of RGB (Red+Green+Blue) = 32+17+25=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 32 - color contains mainly: red. Hex color #201119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201119 is #DFEEE6. Grayscale: #161616. Windows color (decimal): -14675687 or 1642784. OLE color: 1642784.
HSL color Cylindrical-coordinate representation of color #201119: hue angle of 328º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #201119 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 17 | 25 | - |
CMYK | 0 | 0.47 | 0.22 | 0.87 |
HSL | 328º | 0.31% | 0.1% | - |
HSV(B) | 328º | 0.47% | 0.13% | - |
XYZ | 0.97 | 0.78 | 1.02 | - |
YUV | 22.4 | 129.47 | 134.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 17 | 25 | 0 | 0.47 | 0.22 | 0.87 | 328 | 0.31 | 0.1 |
Hex | 20 | 11 | 19 | 0 | 2F | 16 | 57 | 148 | 1F | A |
Octal | 40 | 21 | 31 | 0 | 57 | 26 | 127 | 510 | 37 | 12 |
Binary | 100000 | 10001 | 11001 | 0 | 101111 | 10110 | 1010111 | 101001000 | 11111 | 1010 |
Color Harmonies of #201119
Complementary color
Monochromatic Colors of #201119
Black with #201119
Text Example
Text Example
White with #201119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201119; }
p { color: rgb(32,17,25); }
H1.HeaderClassName
{
color: #201119;
}
.AnyTagClassName
{
color: #201119;
}
</style>
background-color css
<style>
a { background-color: #201119; }
a { background-color: rgb(32,17,25); }
div.DivClassName
{
background-color: #201119;
}
.BgClassName
{
background-color: #201119;
}
</style>
border-color css
<style>
span { border-color: #201119; }
span { border-color: rgb(32,17,25); }
td.TdClassName
{
border-color: #201119;
}
.TagClassName
{
border-color: #201119;
}
</style>