Shades of Livid Brown #302423
Tints of Livid Brown #302423
RGB
CMYK
RGB Variations
Color information
#302423 (or 0x302423) is known color: Livid Brown. HEX triplet: 30, 24 and 23. RGB value is (48,36,35). Sum of RGB (Red+Green+Blue) = 48+36+35=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 36 (14.45% from 255 or 30.25% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302423 is #CFDBDC. Grayscale: #272727. Windows color (decimal): -13622237 or 2303024. OLE color: 2303024.
HSL color Cylindrical-coordinate representation of color #302423: hue angle of 4.62º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #302423 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 35 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.81 |
| HSL | 4.62º | 0.16% | 0.16% | - |
| HSV(B) | 4.62º | 0.27% | 0.19% | - |
| XYZ | 2.15 | 2.01 | 1.86 | - |
| YUV | 39.47 | 125.48 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 35 | 0 | 0.25 | 0.27 | 0.81 | 4.62 | 0.16 | 0.16 |
| Hex | 30 | 24 | 23 | 0 | 19 | 1B | 51 | 5 | 10 | 10 |
| Octal | 60 | 44 | 43 | 0 | 31 | 33 | 121 | 5 | 20 | 20 |
| Binary | 110000 | 100100 | 100011 | 0 | 11001 | 11011 | 1010001 | 101 | 10000 | 10000 |
Color Harmonies of #302423
Complementary color
Monochromatic Colors of #302423
Black with #302423
Text Example
Text Example
White with #302423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302423; }
p { color: rgb(48,36,35); }
H1.HeaderClassName
{
color: #302423;
}
.AnyTagClassName
{
color: #302423;
}
</style>
background-color css
<style>
a { background-color: #302423; }
a { background-color: rgb(48,36,35); }
div.DivClassName
{
background-color: #302423;
}
.BgClassName
{
background-color: #302423;
}
</style>
border-color css
<style>
span { border-color: #302423; }
span { border-color: rgb(48,36,35); }
td.TdClassName
{
border-color: #302423;
}
.TagClassName
{
border-color: #302423;
}
</style>