Shades of Seal Brown #181414
Tints of Seal Brown #181414
RGB
CMYK
RGB Variations
Color information
#181414 (or 0x181414) is known color: Seal Brown. HEX triplet: 18, 14 and 14. RGB value is (24,20,20). Sum of RGB (Red+Green+Blue) = 24+20+20=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 24 - color contains mainly: red. Hex color #181414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181414 is #E7EBEB. Grayscale: #151515. Windows color (decimal): -15199212 or 1315864. OLE color: 1315864.
HSL color Cylindrical-coordinate representation of color #181414: hue angle of 0º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181414 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 20 | 20 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.91 |
| HSL | 0º | 0.09% | 0.09% | - |
| HSV(B) | 0º | 0.17% | 0.09% | - |
| XYZ | 0.75 | 0.75 | 0.77 | - |
| YUV | 21.2 | 127.33 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 20 | 0 | 0.17 | 0.17 | 0.91 | 0 | 0.09 | 0.09 |
| Hex | 18 | 14 | 14 | 0 | 11 | 11 | 5B | 0 | 9 | 9 |
| Octal | 30 | 24 | 24 | 0 | 21 | 21 | 133 | 0 | 11 | 11 |
| Binary | 11000 | 10100 | 10100 | 0 | 10001 | 10001 | 1011011 | 0 | 1001 | 1001 |
Color Harmonies of #181414
Complementary color
Monochromatic Colors of #181414
Black with #181414
Text Example
Text Example
White with #181414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181414; }
p { color: rgb(24,20,20); }
H1.HeaderClassName
{
color: #181414;
}
.AnyTagClassName
{
color: #181414;
}
</style>
background-color css
<style>
a { background-color: #181414; }
a { background-color: rgb(24,20,20); }
div.DivClassName
{
background-color: #181414;
}
.BgClassName
{
background-color: #181414;
}
</style>
border-color css
<style>
span { border-color: #181414; }
span { border-color: rgb(24,20,20); }
td.TdClassName
{
border-color: #181414;
}
.TagClassName
{
border-color: #181414;
}
</style>