Shades of Seal Brown #231918
Tints of Seal Brown #231918
RGB
CMYK
RGB Variations
Color information
#231918 (or 0x231918) is known color: Seal Brown. HEX triplet: 23, 19 and 18. RGB value is (35,25,24). Sum of RGB (Red+Green+Blue) = 35+25+24=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 35 - color contains mainly: red. Hex color #231918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231918 is #DCE6E7. Grayscale: #1B1B1B. Windows color (decimal): -14477032 or 1579299. OLE color: 1579299.
HSL color Cylindrical-coordinate representation of color #231918: hue angle of 5.45º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #231918 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 24 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.86 |
| HSL | 5.45º | 0.19% | 0.12% | - |
| HSV(B) | 5.45º | 0.31% | 0.14% | - |
| XYZ | 1.21 | 1.12 | 1.02 | - |
| YUV | 27.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 24 | 0 | 0.29 | 0.31 | 0.86 | 5.45 | 0.19 | 0.12 |
| Hex | 23 | 19 | 18 | 0 | 1D | 1F | 56 | 5 | 13 | C |
| Octal | 43 | 31 | 30 | 0 | 35 | 37 | 126 | 5 | 23 | 14 |
| Binary | 100011 | 11001 | 11000 | 0 | 11101 | 11111 | 1010110 | 101 | 10011 | 1100 |
Color Harmonies of #231918
Complementary color
Monochromatic Colors of #231918
Black with #231918
Text Example
Text Example
White with #231918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231918; }
p { color: rgb(35,25,24); }
H1.HeaderClassName
{
color: #231918;
}
.AnyTagClassName
{
color: #231918;
}
</style>
background-color css
<style>
a { background-color: #231918; }
a { background-color: rgb(35,25,24); }
div.DivClassName
{
background-color: #231918;
}
.BgClassName
{
background-color: #231918;
}
</style>
border-color css
<style>
span { border-color: #231918; }
span { border-color: rgb(35,25,24); }
td.TdClassName
{
border-color: #231918;
}
.TagClassName
{
border-color: #231918;
}
</style>