Shades of Blackberry #320C23
Tints of Blackberry #320C23
RGB
CMYK
RGB Variations
Color information
#320C23 (or 0x320C23) is known color: Blackberry. HEX triplet: 32, 0C and 23. RGB value is (50,12,35). Sum of RGB (Red+Green+Blue) = 50+12+35=97 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.55% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 50 - color contains mainly: red. Hex color #320C23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C23 is #CDF3DC. Grayscale: #191919. Windows color (decimal): -13497309 or 2296882. OLE color: 2296882.
HSL color Cylindrical-coordinate representation of color #320C23: hue angle of 323.68º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #320C23 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 35 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.80 |
| HSL | 323.68º | 0.61% | 0.12% | - |
| HSV(B) | 323.68º | 0.76% | 0.2% | - |
| XYZ | 1.75 | 1.06 | 1.7 | - |
| YUV | 25.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 35 | 0 | 0.76 | 0.30 | 0.80 | 323.68 | 0.61 | 0.12 |
| Hex | 32 | C | 23 | 0 | 4C | 1E | 50 | 144 | 3D | C |
| Octal | 62 | 14 | 43 | 0 | 114 | 36 | 120 | 504 | 75 | 14 |
| Binary | 110010 | 1100 | 100011 | 0 | 1001100 | 11110 | 1010000 | 101000100 | 111101 | 1100 |
Color Harmonies of #320C23
Complementary color
Monochromatic Colors of #320C23
Black with #320C23
Text Example
Text Example
White with #320C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C23; }
p { color: rgb(50,12,35); }
H1.HeaderClassName
{
color: #320C23;
}
.AnyTagClassName
{
color: #320C23;
}
</style>
background-color css
<style>
a { background-color: #320C23; }
a { background-color: rgb(50,12,35); }
div.DivClassName
{
background-color: #320C23;
}
.BgClassName
{
background-color: #320C23;
}
</style>
border-color css
<style>
span { border-color: #320C23; }
span { border-color: rgb(50,12,35); }
td.TdClassName
{
border-color: #320C23;
}
.TagClassName
{
border-color: #320C23;
}
</style>