Shades of Seal Brown #231311
Tints of Seal Brown #231311
RGB
CMYK
RGB Variations
Color information
#231311 (or 0x231311) is known color: Seal Brown. HEX triplet: 23, 13 and 11. RGB value is (35,19,17). Sum of RGB (Red+Green+Blue) = 35+19+17=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231311 is #DCECEE. Grayscale: #171717. Windows color (decimal): -14478575 or 1119011. OLE color: 1119011.
HSL color Cylindrical-coordinate representation of color #231311: hue angle of 6.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231311 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 17 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.86 |
| HSL | 6.67º | 0.35% | 0.1% | - |
| HSV(B) | 6.67º | 0.51% | 0.14% | - |
| XYZ | 1.03 | 0.86 | 0.64 | - |
| YUV | 23.56 | 124.3 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 17 | 0 | 0.46 | 0.51 | 0.86 | 6.67 | 0.35 | 0.1 |
| Hex | 23 | 13 | 11 | 0 | 2E | 33 | 56 | 7 | 23 | A |
| Octal | 43 | 23 | 21 | 0 | 56 | 63 | 126 | 7 | 43 | 12 |
| Binary | 100011 | 10011 | 10001 | 0 | 101110 | 110011 | 1010110 | 111 | 100011 | 1010 |
Color Harmonies of #231311
Complementary color
Monochromatic Colors of #231311
Black with #231311
Text Example
Text Example
White with #231311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231311; }
p { color: rgb(35,19,17); }
H1.HeaderClassName
{
color: #231311;
}
.AnyTagClassName
{
color: #231311;
}
</style>
background-color css
<style>
a { background-color: #231311; }
a { background-color: rgb(35,19,17); }
div.DivClassName
{
background-color: #231311;
}
.BgClassName
{
background-color: #231311;
}
</style>
border-color css
<style>
span { border-color: #231311; }
span { border-color: rgb(35,19,17); }
td.TdClassName
{
border-color: #231311;
}
.TagClassName
{
border-color: #231311;
}
</style>