Shades of Blackberry #320C1B
Tints of Blackberry #320C1B
RGB
CMYK
RGB Variations
Color information
#320C1B (or 0x320C1B) is known color: Blackberry. HEX triplet: 32, 0C and 1B. RGB value is (50,12,27). Sum of RGB (Red+Green+Blue) = 50+12+27=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #320C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C1B is #CDF3E4. Grayscale: #191919. Windows color (decimal): -13497317 or 1772594. OLE color: 1772594.
HSL color Cylindrical-coordinate representation of color #320C1B: hue angle of 336.32º 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 #320C1B is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 12 | 27 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.80 |
| HSL | 336.32º | 0.61% | 0.12% | - |
| HSV(B) | 336.32º | 0.76% | 0.2% | - |
| XYZ | 1.64 | 1.02 | 1.15 | - |
| YUV | 25.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 27 | 0 | 0.76 | 0.46 | 0.80 | 336.32 | 0.61 | 0.12 |
| Hex | 32 | C | 1B | 0 | 4C | 2E | 50 | 150 | 3D | C |
| Octal | 62 | 14 | 33 | 0 | 114 | 56 | 120 | 520 | 75 | 14 |
| Binary | 110010 | 1100 | 11011 | 0 | 1001100 | 101110 | 1010000 | 101010000 | 111101 | 1100 |
Color Harmonies of #320C1B
Complementary color
Monochromatic Colors of #320C1B
Black with #320C1B
Text Example
Text Example
White with #320C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C1B; }
p { color: rgb(50,12,27); }
H1.HeaderClassName
{
color: #320C1B;
}
.AnyTagClassName
{
color: #320C1B;
}
</style>
background-color css
<style>
a { background-color: #320C1B; }
a { background-color: rgb(50,12,27); }
div.DivClassName
{
background-color: #320C1B;
}
.BgClassName
{
background-color: #320C1B;
}
</style>
border-color css
<style>
span { border-color: #320C1B; }
span { border-color: rgb(50,12,27); }
td.TdClassName
{
border-color: #320C1B;
}
.TagClassName
{
border-color: #320C1B;
}
</style>