Shades of Blackberry #320C1C
Tints of Blackberry #320C1C
RGB
CMYK
RGB Variations
Color information
#320C1C (or 0x320C1C) is known color: Blackberry. HEX triplet: 32, 0C and 1C. RGB value is (50,12,28). Sum of RGB (Red+Green+Blue) = 50+12+28=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C1C is #CDF3E3. Grayscale: #191919. Windows color (decimal): -13497316 or 1838130. OLE color: 1838130.
HSL color Cylindrical-coordinate representation of color #320C1C: hue angle of 334.74º 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 #320C1C is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 28 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.80 |
| HSL | 334.74º | 0.61% | 0.12% | - |
| HSV(B) | 334.74º | 0.76% | 0.2% | - |
| XYZ | 1.66 | 1.02 | 1.21 | - |
| YUV | 25.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 28 | 0 | 0.76 | 0.44 | 0.80 | 334.74 | 0.61 | 0.12 |
| Hex | 32 | C | 1C | 0 | 4C | 2C | 50 | 14F | 3D | C |
| Octal | 62 | 14 | 34 | 0 | 114 | 54 | 120 | 517 | 75 | 14 |
| Binary | 110010 | 1100 | 11100 | 0 | 1001100 | 101100 | 1010000 | 101001111 | 111101 | 1100 |
Color Harmonies of #320C1C
Complementary color
Monochromatic Colors of #320C1C
Black with #320C1C
Text Example
Text Example
White with #320C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C1C; }
p { color: rgb(50,12,28); }
H1.HeaderClassName
{
color: #320C1C;
}
.AnyTagClassName
{
color: #320C1C;
}
</style>
background-color css
<style>
a { background-color: #320C1C; }
a { background-color: rgb(50,12,28); }
div.DivClassName
{
background-color: #320C1C;
}
.BgClassName
{
background-color: #320C1C;
}
</style>
border-color css
<style>
span { border-color: #320C1C; }
span { border-color: rgb(50,12,28); }
td.TdClassName
{
border-color: #320C1C;
}
.TagClassName
{
border-color: #320C1C;
}
</style>