Shades of Seal Brown #231414
Tints of Seal Brown #231414
RGB
CMYK
RGB Variations
Color information
#231414 (or 0x231414) is known color: Seal Brown. HEX triplet: 23, 14 and 14. RGB value is (35,20,20). Sum of RGB (Red+Green+Blue) = 35+20+20=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 20 (8.20% from 255 or 26.67% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231414 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231414 is #DCEBEB. Grayscale: #181818. Windows color (decimal): -14478316 or 1315875. OLE color: 1315875.
HSL color Cylindrical-coordinate representation of color #231414: hue angle of 0º degrees, saturation: 0.27, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #231414 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 20 | 20 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.86 |
| HSL | 0º | 0.27% | 0.11% | - |
| HSV(B) | 0º | 0.43% | 0.14% | - |
| XYZ | 1.07 | 0.91 | 0.78 | - |
| YUV | 24.49 | 125.47 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 20 | 20 | 0 | 0.43 | 0.43 | 0.86 | 0 | 0.27 | 0.11 |
| Hex | 23 | 14 | 14 | 0 | 2B | 2B | 56 | 0 | 1B | B |
| Octal | 43 | 24 | 24 | 0 | 53 | 53 | 126 | 0 | 33 | 13 |
| Binary | 100011 | 10100 | 10100 | 0 | 101011 | 101011 | 1010110 | 0 | 11011 | 1011 |
Color Harmonies of #231414
Complementary color
Monochromatic Colors of #231414
Black with #231414
Text Example
Text Example
White with #231414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231414; }
p { color: rgb(35,20,20); }
H1.HeaderClassName
{
color: #231414;
}
.AnyTagClassName
{
color: #231414;
}
</style>
background-color css
<style>
a { background-color: #231414; }
a { background-color: rgb(35,20,20); }
div.DivClassName
{
background-color: #231414;
}
.BgClassName
{
background-color: #231414;
}
</style>
border-color css
<style>
span { border-color: #231414; }
span { border-color: rgb(35,20,20); }
td.TdClassName
{
border-color: #231414;
}
.TagClassName
{
border-color: #231414;
}
</style>