Shades of Blackberry #32091D
Tints of Blackberry #32091D
RGB
CMYK
RGB Variations
Color information
#32091D (or 0x32091D) is known color: Blackberry. HEX triplet: 32, 09 and 1D. RGB value is (50,9,29). Sum of RGB (Red+Green+Blue) = 50+9+29=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 29 (11.72% from 255 or 32.95% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #32091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #32091D is #CDF6E2. Grayscale: #171717. Windows color (decimal): -13498083 or 1902898. OLE color: 1902898.
HSL color Cylindrical-coordinate representation of color #32091D: hue angle of 330.73º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32091D is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 9 | 29 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.80 |
| HSL | 330.73º | 0.69% | 0.12% | - |
| HSV(B) | 330.73º | 0.82% | 0.2% | - |
| XYZ | 1.63 | 0.96 | 1.26 | - |
| YUV | 23.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 9 | 29 | 0 | 0.82 | 0.42 | 0.80 | 330.73 | 0.69 | 0.12 |
| Hex | 32 | 9 | 1D | 0 | 52 | 2A | 50 | 14B | 45 | C |
| Octal | 62 | 11 | 35 | 0 | 122 | 52 | 120 | 513 | 105 | 14 |
| Binary | 110010 | 1001 | 11101 | 0 | 1010010 | 101010 | 1010000 | 101001011 | 1000101 | 1100 |
Color Harmonies of #32091D
Complementary color
Monochromatic Colors of #32091D
Black with #32091D
Text Example
Text Example
White with #32091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32091D; }
p { color: rgb(50,9,29); }
H1.HeaderClassName
{
color: #32091D;
}
.AnyTagClassName
{
color: #32091D;
}
</style>
background-color css
<style>
a { background-color: #32091D; }
a { background-color: rgb(50,9,29); }
div.DivClassName
{
background-color: #32091D;
}
.BgClassName
{
background-color: #32091D;
}
</style>
border-color css
<style>
span { border-color: #32091D; }
span { border-color: rgb(50,9,29); }
td.TdClassName
{
border-color: #32091D;
}
.TagClassName
{
border-color: #32091D;
}
</style>