Shades of Livid Brown #302221
Tints of Livid Brown #302221
RGB
CMYK
RGB Variations
Color information
#302221 (or 0x302221) is known color: Livid Brown. HEX triplet: 30, 22 and 21. RGB value is (48,34,33). Sum of RGB (Red+Green+Blue) = 48+34+33=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302221 is #CFDDDE. Grayscale: #262626. Windows color (decimal): -13622751 or 2171440. OLE color: 2171440.
HSL color Cylindrical-coordinate representation of color #302221: hue angle of 4º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302221 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 33 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.81 |
| HSL | 4º | 0.19% | 0.16% | - |
| HSV(B) | 4º | 0.31% | 0.19% | - |
| XYZ | 2.07 | 1.88 | 1.69 | - |
| YUV | 38.07 | 125.14 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 33 | 0 | 0.29 | 0.31 | 0.81 | 4 | 0.19 | 0.16 |
| Hex | 30 | 22 | 21 | 0 | 1D | 1F | 51 | 4 | 13 | 10 |
| Octal | 60 | 42 | 41 | 0 | 35 | 37 | 121 | 4 | 23 | 20 |
| Binary | 110000 | 100010 | 100001 | 0 | 11101 | 11111 | 1010001 | 100 | 10011 | 10000 |
Color Harmonies of #302221
Complementary color
Monochromatic Colors of #302221
Black with #302221
Text Example
Text Example
White with #302221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302221; }
p { color: rgb(48,34,33); }
H1.HeaderClassName
{
color: #302221;
}
.AnyTagClassName
{
color: #302221;
}
</style>
background-color css
<style>
a { background-color: #302221; }
a { background-color: rgb(48,34,33); }
div.DivClassName
{
background-color: #302221;
}
.BgClassName
{
background-color: #302221;
}
</style>
border-color css
<style>
span { border-color: #302221; }
span { border-color: rgb(48,34,33); }
td.TdClassName
{
border-color: #302221;
}
.TagClassName
{
border-color: #302221;
}
</style>