Shades of Livid Brown #302827
Tints of Livid Brown #302827
RGB
CMYK
RGB Variations
Color information
#302827 (or 0x302827) is known color: Livid Brown. HEX triplet: 30, 28 and 27. RGB value is (48,40,39). Sum of RGB (Red+Green+Blue) = 48+40+39=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302827 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302827 is #CFD7D8. Grayscale: #2A2A2A. Windows color (decimal): -13621209 or 2566192. OLE color: 2566192.
HSL color Cylindrical-coordinate representation of color #302827: hue angle of 6.67º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #302827 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 39 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.81 |
| HSL | 6.67º | 0.1% | 0.17% | - |
| HSV(B) | 6.67º | 0.19% | 0.19% | - |
| XYZ | 2.34 | 2.29 | 2.24 | - |
| YUV | 42.28 | 126.15 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 39 | 0 | 0.17 | 0.19 | 0.81 | 6.67 | 0.1 | 0.17 |
| Hex | 30 | 28 | 27 | 0 | 11 | 13 | 51 | 7 | A | 11 |
| Octal | 60 | 50 | 47 | 0 | 21 | 23 | 121 | 7 | 12 | 21 |
| Binary | 110000 | 101000 | 100111 | 0 | 10001 | 10011 | 1010001 | 111 | 1010 | 10001 |
Color Harmonies of #302827
Complementary color
Monochromatic Colors of #302827
Black with #302827
Text Example
Text Example
White with #302827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302827; }
p { color: rgb(48,40,39); }
H1.HeaderClassName
{
color: #302827;
}
.AnyTagClassName
{
color: #302827;
}
</style>
background-color css
<style>
a { background-color: #302827; }
a { background-color: rgb(48,40,39); }
div.DivClassName
{
background-color: #302827;
}
.BgClassName
{
background-color: #302827;
}
</style>
border-color css
<style>
span { border-color: #302827; }
span { border-color: rgb(48,40,39); }
td.TdClassName
{
border-color: #302827;
}
.TagClassName
{
border-color: #302827;
}
</style>