Shades of Blackberry #32011C
Tints of Blackberry #32011C
RGB
CMYK
RGB Variations
Color information
#32011C (or 0x32011C) is known color: Blackberry. HEX triplet: 32, 01 and 1C. RGB value is (50,1,28). Sum of RGB (Red+Green+Blue) = 50+1+28=79 (10% of max value = 765). Red value is 50 (19.92% from 255 or 63.29% from 79); Green value is 1 (0.78% from 255 or 1.27% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 50 - color contains mainly: red. Hex color #32011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32011C is #CDFEE3. Grayscale: #121212. Windows color (decimal): -13500132 or 1835314. OLE color: 1835314.
HSL color Cylindrical-coordinate representation of color #32011C: hue angle of 326.94º 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 #32011C is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 28 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.80 |
| HSL | 326.94º | 0.96% | 0.1% | - |
| HSV(B) | 326.94º | 0.98% | 0.2% | - |
| XYZ | 1.54 | 0.78 | 1.17 | - |
| YUV | 18.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 28 | 0 | 0.98 | 0.44 | 0.80 | 326.94 | 0.96 | 0.1 |
| Hex | 32 | 1 | 1C | 0 | 62 | 2C | 50 | 147 | 60 | A |
| Octal | 62 | 1 | 34 | 0 | 142 | 54 | 120 | 507 | 140 | 12 |
| Binary | 110010 | 1 | 11100 | 0 | 1100010 | 101100 | 1010000 | 101000111 | 1100000 | 1010 |
Color Harmonies of #32011C
Complementary color
Monochromatic Colors of #32011C
Black with #32011C
Text Example
Text Example
White with #32011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32011C; }
p { color: rgb(50,1,28); }
H1.HeaderClassName
{
color: #32011C;
}
.AnyTagClassName
{
color: #32011C;
}
</style>
background-color css
<style>
a { background-color: #32011C; }
a { background-color: rgb(50,1,28); }
div.DivClassName
{
background-color: #32011C;
}
.BgClassName
{
background-color: #32011C;
}
</style>
border-color css
<style>
span { border-color: #32011C; }
span { border-color: rgb(50,1,28); }
td.TdClassName
{
border-color: #32011C;
}
.TagClassName
{
border-color: #32011C;
}
</style>