Shades of Blackberry #301120
Tints of Blackberry #301120
RGB
CMYK
RGB Variations
Color information
#301120 (or 0x301120) is known color: Blackberry. HEX triplet: 30, 11 and 20. RGB value is (48,17,32). Sum of RGB (Red+Green+Blue) = 48+17+32=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #301120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301120 is #CFEEDF. Grayscale: #1B1B1B. Windows color (decimal): -13627104 or 2101552. OLE color: 2101552.
HSL color Cylindrical-coordinate representation of color #301120: hue angle of 330.97º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301120 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 17 | 32 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.81 |
| HSL | 330.97º | 0.48% | 0.13% | - |
| HSV(B) | 330.97º | 0.65% | 0.19% | - |
| XYZ | 1.68 | 1.13 | 1.5 | - |
| YUV | 27.98 | 130.27 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 17 | 32 | 0 | 0.65 | 0.33 | 0.81 | 330.97 | 0.48 | 0.13 |
| Hex | 30 | 11 | 20 | 0 | 41 | 21 | 51 | 14B | 30 | D |
| Octal | 60 | 21 | 40 | 0 | 101 | 41 | 121 | 513 | 60 | 15 |
| Binary | 110000 | 10001 | 100000 | 0 | 1000001 | 100001 | 1010001 | 101001011 | 110000 | 1101 |
Color Harmonies of #301120
Complementary color
Monochromatic Colors of #301120
Black with #301120
Text Example
Text Example
White with #301120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301120; }
p { color: rgb(48,17,32); }
H1.HeaderClassName
{
color: #301120;
}
.AnyTagClassName
{
color: #301120;
}
</style>
background-color css
<style>
a { background-color: #301120; }
a { background-color: rgb(48,17,32); }
div.DivClassName
{
background-color: #301120;
}
.BgClassName
{
background-color: #301120;
}
</style>
border-color css
<style>
span { border-color: #301120; }
span { border-color: rgb(48,17,32); }
td.TdClassName
{
border-color: #301120;
}
.TagClassName
{
border-color: #301120;
}
</style>