Shades of Blackberry #32051C
Tints of Blackberry #32051C
RGB
CMYK
RGB Variations
Color information
#32051C (or 0x32051C) is known color: Blackberry. HEX triplet: 32, 05 and 1C. RGB value is (50,5,28). Sum of RGB (Red+Green+Blue) = 50+5+28=83 (10% of max value = 765). Red value is 50 (19.92% from 255 or 60.24% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 28 (11.33% from 255 or 33.73% from 83); Max value from RGB is 50 - color contains mainly: red. Hex color #32051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32051C is #CDFAE3. Grayscale: #151515. Windows color (decimal): -13499108 or 1836338. OLE color: 1836338.
HSL color Cylindrical-coordinate representation of color #32051C: hue angle of 329.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32051C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 5 | 28 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.80 |
| HSL | 329.33º | 0.82% | 0.11% | - |
| HSV(B) | 329.33º | 0.9% | 0.2% | - |
| XYZ | 1.58 | 0.87 | 1.18 | - |
| YUV | 21.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 28 | 0 | 0.90 | 0.44 | 0.80 | 329.33 | 0.82 | 0.11 |
| Hex | 32 | 5 | 1C | 0 | 5A | 2C | 50 | 149 | 52 | B |
| Octal | 62 | 5 | 34 | 0 | 132 | 54 | 120 | 511 | 122 | 13 |
| Binary | 110010 | 101 | 11100 | 0 | 1011010 | 101100 | 1010000 | 101001001 | 1010010 | 1011 |
Color Harmonies of #32051C
Complementary color
Monochromatic Colors of #32051C
Black with #32051C
Text Example
Text Example
White with #32051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32051C; }
p { color: rgb(50,5,28); }
H1.HeaderClassName
{
color: #32051C;
}
.AnyTagClassName
{
color: #32051C;
}
</style>
background-color css
<style>
a { background-color: #32051C; }
a { background-color: rgb(50,5,28); }
div.DivClassName
{
background-color: #32051C;
}
.BgClassName
{
background-color: #32051C;
}
</style>
border-color css
<style>
span { border-color: #32051C; }
span { border-color: rgb(50,5,28); }
td.TdClassName
{
border-color: #32051C;
}
.TagClassName
{
border-color: #32051C;
}
</style>