Shades of Blackberry #300A22
Tints of Blackberry #300A22
RGB
CMYK
RGB Variations
Color information
#300A22 (or 0x300A22) is known color: Blackberry. HEX triplet: 30, 0A and 22. RGB value is (48,10,34). Sum of RGB (Red+Green+Blue) = 48+10+34=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A22 is #CFF5DD. Grayscale: #181818. Windows color (decimal): -13628894 or 2230832. OLE color: 2230832.
HSL color Cylindrical-coordinate representation of color #300A22: hue angle of 322.11º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #300A22 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 10 | 34 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.81 |
| HSL | 322.11º | 0.66% | 0.11% | - |
| HSV(B) | 322.11º | 0.79% | 0.19% | - |
| XYZ | 1.62 | 0.96 | 1.61 | - |
| YUV | 24.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 10 | 34 | 0 | 0.79 | 0.29 | 0.81 | 322.11 | 0.66 | 0.11 |
| Hex | 30 | A | 22 | 0 | 4F | 1D | 51 | 142 | 42 | B |
| Octal | 60 | 12 | 42 | 0 | 117 | 35 | 121 | 502 | 102 | 13 |
| Binary | 110000 | 1010 | 100010 | 0 | 1001111 | 11101 | 1010001 | 101000010 | 1000010 | 1011 |
Color Harmonies of #300A22
Complementary color
Monochromatic Colors of #300A22
Black with #300A22
Text Example
Text Example
White with #300A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #300A22; }
p { color: rgb(48,10,34); }
H1.HeaderClassName
{
color: #300A22;
}
.AnyTagClassName
{
color: #300A22;
}
</style>
background-color css
<style>
a { background-color: #300A22; }
a { background-color: rgb(48,10,34); }
div.DivClassName
{
background-color: #300A22;
}
.BgClassName
{
background-color: #300A22;
}
</style>
border-color css
<style>
span { border-color: #300A22; }
span { border-color: rgb(48,10,34); }
td.TdClassName
{
border-color: #300A22;
}
.TagClassName
{
border-color: #300A22;
}
</style>