Shades of Blackberry #300322
Tints of Blackberry #300322
RGB
CMYK
RGB Variations
Color information
#300322 (or 0x300322) is known color: Blackberry. HEX triplet: 30, 03 and 22. RGB value is (48,3,34). Sum of RGB (Red+Green+Blue) = 48+3+34=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300322 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300322 is #CFFCDD. Grayscale: #131313. Windows color (decimal): -13630686 or 2229040. OLE color: 2229040.
HSL color Cylindrical-coordinate representation of color #300322: hue angle of 318.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #300322 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 3 | 34 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.81 |
| HSL | 318.67º | 0.88% | 0.1% | - |
| HSV(B) | 318.67º | 0.94% | 0.19% | - |
| XYZ | 1.54 | 0.81 | 1.59 | - |
| YUV | 19.99 | 135.91 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 3 | 34 | 0 | 0.94 | 0.29 | 0.81 | 318.67 | 0.88 | 0.1 |
| Hex | 30 | 3 | 22 | 0 | 5E | 1D | 51 | 13F | 58 | A |
| Octal | 60 | 3 | 42 | 0 | 136 | 35 | 121 | 477 | 130 | 12 |
| Binary | 110000 | 11 | 100010 | 0 | 1011110 | 11101 | 1010001 | 100111111 | 1011000 | 1010 |
Color Harmonies of #300322
Complementary color
Monochromatic Colors of #300322
Black with #300322
Text Example
Text Example
White with #300322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300322; }
p { color: rgb(48,3,34); }
H1.HeaderClassName
{
color: #300322;
}
.AnyTagClassName
{
color: #300322;
}
</style>
background-color css
<style>
a { background-color: #300322; }
a { background-color: rgb(48,3,34); }
div.DivClassName
{
background-color: #300322;
}
.BgClassName
{
background-color: #300322;
}
</style>
border-color css
<style>
span { border-color: #300322; }
span { border-color: rgb(48,3,34); }
td.TdClassName
{
border-color: #300322;
}
.TagClassName
{
border-color: #300322;
}
</style>