Shades of Blackberry #320118
Tints of Blackberry #320118
RGB
CMYK
RGB Variations
Color information
#320118 (or 0x320118) is known color: Blackberry. HEX triplet: 32, 01 and 18. RGB value is (50,1,24). Sum of RGB (Red+Green+Blue) = 50+1+24=75 (9% of max value = 765). Red value is 50 (19.92% from 255 or 66.67% from 75); Green value is 1 (0.78% from 255 or 1.33% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 50 - color contains mainly: red. Hex color #320118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320118 is #CDFEE7. Grayscale: #121212. Windows color (decimal): -13500136 or 1573170. OLE color: 1573170.
HSL color Cylindrical-coordinate representation of color #320118: hue angle of 331.84º 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 #320118 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 24 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.80 |
| HSL | 331.84º | 0.96% | 0.1% | - |
| HSV(B) | 331.84º | 0.98% | 0.2% | - |
| XYZ | 1.49 | 0.77 | 0.93 | - |
| YUV | 18.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 24 | 0 | 0.98 | 0.52 | 0.80 | 331.84 | 0.96 | 0.1 |
| Hex | 32 | 1 | 18 | 0 | 62 | 34 | 50 | 14C | 60 | A |
| Octal | 62 | 1 | 30 | 0 | 142 | 64 | 120 | 514 | 140 | 12 |
| Binary | 110010 | 1 | 11000 | 0 | 1100010 | 110100 | 1010000 | 101001100 | 1100000 | 1010 |
Color Harmonies of #320118
Complementary color
Monochromatic Colors of #320118
Black with #320118
Text Example
Text Example
White with #320118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320118; }
p { color: rgb(50,1,24); }
H1.HeaderClassName
{
color: #320118;
}
.AnyTagClassName
{
color: #320118;
}
</style>
background-color css
<style>
a { background-color: #320118; }
a { background-color: rgb(50,1,24); }
div.DivClassName
{
background-color: #320118;
}
.BgClassName
{
background-color: #320118;
}
</style>
border-color css
<style>
span { border-color: #320118; }
span { border-color: rgb(50,1,24); }
td.TdClassName
{
border-color: #320118;
}
.TagClassName
{
border-color: #320118;
}
</style>