Shades of Seal Brown #230000
Tints of Seal Brown #230000
RGB
CMYK
RGB Variations
Color information
#230000 (or 0x230000) is known color: Seal Brown. HEX triplet: 23, 00 and 00. RGB value is (35,0,0). Sum of RGB (Red+Green+Blue) = 35+0+0=35 (4% of max value = 765). Red value is 35 (14.06% from 255 or 100% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 35 - color contains mainly: red. Hex color #230000 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230000 is #DCFFFF. Grayscale: #0A0A0A. Windows color (decimal): -14483456 or 35. OLE color: 35.
HSL color Cylindrical-coordinate representation of color #230000: hue angle of 0º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.86 |
| HSL | 0º | 1% | 0.07% | - |
| HSV(B) | 0º | 1% | 0.14% | - |
| XYZ | 0.69 | 0.36 | 0.03 | - |
| YUV | 10.47 | 122.1 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 0 | 0 | 0 | 1 | 1 | 0.86 | 0 | 1 | 0.07 |
| Hex | 23 | 0 | 0 | 0 | 64 | 64 | 56 | 0 | 64 | 7 |
| Octal | 43 | 0 | 0 | 0 | 144 | 144 | 126 | 0 | 144 | 7 |
| Binary | 100011 | 0 | 0 | 0 | 1100100 | 1100100 | 1010110 | 0 | 1100100 | 111 |
Color Harmonies of #230000
Complementary color
Monochromatic Colors of #230000
Black with #230000
Text Example
Text Example
White with #230000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230000; }
p { color: rgb(35,0,0); }
H1.HeaderClassName
{
color: #230000;
}
.AnyTagClassName
{
color: #230000;
}
</style>
background-color css
<style>
a { background-color: #230000; }
a { background-color: rgb(35,0,0); }
div.DivClassName
{
background-color: #230000;
}
.BgClassName
{
background-color: #230000;
}
</style>
border-color css
<style>
span { border-color: #230000; }
span { border-color: rgb(35,0,0); }
td.TdClassName
{
border-color: #230000;
}
.TagClassName
{
border-color: #230000;
}
</style>