Shades of Blackberry #32011B
Tints of Blackberry #32011B
RGB
CMYK
RGB Variations
Color information
#32011B (or 0x32011B) is known color: Blackberry. HEX triplet: 32, 01 and 1B. RGB value is (50,1,27). Sum of RGB (Red+Green+Blue) = 50+1+27=78 (10% of max value = 765). Red value is 50 (19.92% from 255 or 64.10% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 50 - color contains mainly: red. Hex color #32011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32011B is #CDFEE4. Grayscale: #121212. Windows color (decimal): -13500133 or 1769778. OLE color: 1769778.
HSL color Cylindrical-coordinate representation of color #32011B: hue angle of 328.16º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32011B is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.80 |
| HSL | 328.16º | 0.96% | 0.1% | - |
| HSV(B) | 328.16º | 0.98% | 0.2% | - |
| XYZ | 1.52 | 0.78 | 1.11 | - |
| YUV | 18.62 | 132.73 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 27 | 0 | 0.98 | 0.46 | 0.80 | 328.16 | 0.96 | 0.1 |
| Hex | 32 | 1 | 1B | 0 | 62 | 2E | 50 | 148 | 60 | A |
| Octal | 62 | 1 | 33 | 0 | 142 | 56 | 120 | 510 | 140 | 12 |
| Binary | 110010 | 1 | 11011 | 0 | 1100010 | 101110 | 1010000 | 101001000 | 1100000 | 1010 |
Color Harmonies of #32011B
Complementary color
Monochromatic Colors of #32011B
Black with #32011B
Text Example
Text Example
White with #32011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32011B; }
p { color: rgb(50,1,27); }
H1.HeaderClassName
{
color: #32011B;
}
.AnyTagClassName
{
color: #32011B;
}
</style>
background-color css
<style>
a { background-color: #32011B; }
a { background-color: rgb(50,1,27); }
div.DivClassName
{
background-color: #32011B;
}
.BgClassName
{
background-color: #32011B;
}
</style>
border-color css
<style>
span { border-color: #32011B; }
span { border-color: rgb(50,1,27); }
td.TdClassName
{
border-color: #32011B;
}
.TagClassName
{
border-color: #32011B;
}
</style>