Shades of Blackberry #320B1C
Tints of Blackberry #320B1C
RGB
CMYK
RGB Variations
Color information
#320B1C (or 0x320B1C) is known color: Blackberry. HEX triplet: 32, 0B and 1C. RGB value is (50,11,28). Sum of RGB (Red+Green+Blue) = 50+11+28=89 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.18% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 50 - color contains mainly: red. Hex color #320B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B1C is #CDF4E3. Grayscale: #181818. Windows color (decimal): -13497572 or 1837874. OLE color: 1837874.
HSL color Cylindrical-coordinate representation of color #320B1C: hue angle of 333.85º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B1C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 11 | 28 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.80 |
| HSL | 333.85º | 0.64% | 0.12% | - |
| HSV(B) | 333.85º | 0.78% | 0.2% | - |
| XYZ | 1.64 | 1 | 1.21 | - |
| YUV | 24.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 28 | 0 | 0.78 | 0.44 | 0.80 | 333.85 | 0.64 | 0.12 |
| Hex | 32 | B | 1C | 0 | 4E | 2C | 50 | 14E | 40 | C |
| Octal | 62 | 13 | 34 | 0 | 116 | 54 | 120 | 516 | 100 | 14 |
| Binary | 110010 | 1011 | 11100 | 0 | 1001110 | 101100 | 1010000 | 101001110 | 1000000 | 1100 |
Color Harmonies of #320B1C
Complementary color
Monochromatic Colors of #320B1C
Black with #320B1C
Text Example
Text Example
White with #320B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B1C; }
p { color: rgb(50,11,28); }
H1.HeaderClassName
{
color: #320B1C;
}
.AnyTagClassName
{
color: #320B1C;
}
</style>
background-color css
<style>
a { background-color: #320B1C; }
a { background-color: rgb(50,11,28); }
div.DivClassName
{
background-color: #320B1C;
}
.BgClassName
{
background-color: #320B1C;
}
</style>
border-color css
<style>
span { border-color: #320B1C; }
span { border-color: rgb(50,11,28); }
td.TdClassName
{
border-color: #320B1C;
}
.TagClassName
{
border-color: #320B1C;
}
</style>