Shades of Blackberry #320117
Tints of Blackberry #320117
RGB
CMYK
RGB Variations
Color information
#320117 (or 0x320117) is known color: Blackberry. HEX triplet: 32, 01 and 17. RGB value is (50,1,23). Sum of RGB (Red+Green+Blue) = 50+1+23=74 (9% of max value = 765). Red value is 50 (19.92% from 255 or 67.57% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 50 - color contains mainly: red. Hex color #320117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320117 is #CDFEE8. Grayscale: #121212. Windows color (decimal): -13500137 or 1507634. OLE color: 1507634.
HSL color Cylindrical-coordinate representation of color #320117: hue angle of 333.06º 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 #320117 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 1 | 23 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.80 |
| HSL | 333.06º | 0.96% | 0.1% | - |
| HSV(B) | 333.06º | 0.98% | 0.2% | - |
| XYZ | 1.48 | 0.76 | 0.88 | - |
| YUV | 18.16 | 130.73 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 23 | 0 | 0.98 | 0.54 | 0.80 | 333.06 | 0.96 | 0.1 |
| Hex | 32 | 1 | 17 | 0 | 62 | 36 | 50 | 14D | 60 | A |
| Octal | 62 | 1 | 27 | 0 | 142 | 66 | 120 | 515 | 140 | 12 |
| Binary | 110010 | 1 | 10111 | 0 | 1100010 | 110110 | 1010000 | 101001101 | 1100000 | 1010 |
Color Harmonies of #320117
Complementary color
Monochromatic Colors of #320117
Black with #320117
Text Example
Text Example
White with #320117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320117; }
p { color: rgb(50,1,23); }
H1.HeaderClassName
{
color: #320117;
}
.AnyTagClassName
{
color: #320117;
}
</style>
background-color css
<style>
a { background-color: #320117; }
a { background-color: rgb(50,1,23); }
div.DivClassName
{
background-color: #320117;
}
.BgClassName
{
background-color: #320117;
}
</style>
border-color css
<style>
span { border-color: #320117; }
span { border-color: rgb(50,1,23); }
td.TdClassName
{
border-color: #320117;
}
.TagClassName
{
border-color: #320117;
}
</style>