Shades of Blackberry #301320
Tints of Blackberry #301320
RGB
CMYK
RGB Variations
Color information
#301320 (or 0x301320) is known color: Blackberry. HEX triplet: 30, 13 and 20. RGB value is (48,19,32). Sum of RGB (Red+Green+Blue) = 48+19+32=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #301320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301320 is #CFECDF. Grayscale: #1D1D1D. Windows color (decimal): -13626592 or 2102064. OLE color: 2102064.
HSL color Cylindrical-coordinate representation of color #301320: hue angle of 333.1º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #301320 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 19 | 32 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.81 |
| HSL | 333.1º | 0.43% | 0.13% | - |
| HSV(B) | 333.1º | 0.6% | 0.19% | - |
| XYZ | 1.71 | 1.2 | 1.51 | - |
| YUV | 29.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 19 | 32 | 0 | 0.60 | 0.33 | 0.81 | 333.1 | 0.43 | 0.13 |
| Hex | 30 | 13 | 20 | 0 | 3C | 21 | 51 | 14D | 2B | D |
| Octal | 60 | 23 | 40 | 0 | 74 | 41 | 121 | 515 | 53 | 15 |
| Binary | 110000 | 10011 | 100000 | 0 | 111100 | 100001 | 1010001 | 101001101 | 101011 | 1101 |
Color Harmonies of #301320
Complementary color
Monochromatic Colors of #301320
Black with #301320
Text Example
Text Example
White with #301320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301320; }
p { color: rgb(48,19,32); }
H1.HeaderClassName
{
color: #301320;
}
.AnyTagClassName
{
color: #301320;
}
</style>
background-color css
<style>
a { background-color: #301320; }
a { background-color: rgb(48,19,32); }
div.DivClassName
{
background-color: #301320;
}
.BgClassName
{
background-color: #301320;
}
</style>
border-color css
<style>
span { border-color: #301320; }
span { border-color: rgb(48,19,32); }
td.TdClassName
{
border-color: #301320;
}
.TagClassName
{
border-color: #301320;
}
</style>