Shades of Seal Brown #230301
Tints of Seal Brown #230301
RGB
CMYK
RGB Variations
Color information
#230301 (or 0x230301) is known color: Seal Brown. HEX triplet: 23, 03 and 01. RGB value is (35,3,1). Sum of RGB (Red+Green+Blue) = 35+3+1=39 (5% of max value = 765). Red value is 35 (14.06% from 255 or 89.74% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 35 - color contains mainly: red. Hex color #230301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230301 is #DCFCFE. Grayscale: #0C0C0C. Windows color (decimal): -14482687 or 66339. OLE color: 66339.
HSL color Cylindrical-coordinate representation of color #230301: hue angle of 3.53º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230301 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 3 | 1 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.86 |
| HSL | 3.53º | 0.94% | 0.07% | - |
| HSV(B) | 3.53º | 0.97% | 0.14% | - |
| XYZ | 0.73 | 0.42 | 0.07 | - |
| YUV | 12.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 3 | 1 | 0 | 0.91 | 0.97 | 0.86 | 3.53 | 0.94 | 0.07 |
| Hex | 23 | 3 | 1 | 0 | 5B | 61 | 56 | 4 | 5E | 7 |
| Octal | 43 | 3 | 1 | 0 | 133 | 141 | 126 | 4 | 136 | 7 |
| Binary | 100011 | 11 | 1 | 0 | 1011011 | 1100001 | 1010110 | 100 | 1011110 | 111 |
Color Harmonies of #230301
Complementary color
Monochromatic Colors of #230301
Black with #230301
Text Example
Text Example
White with #230301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230301; }
p { color: rgb(35,3,1); }
H1.HeaderClassName
{
color: #230301;
}
.AnyTagClassName
{
color: #230301;
}
</style>
background-color css
<style>
a { background-color: #230301; }
a { background-color: rgb(35,3,1); }
div.DivClassName
{
background-color: #230301;
}
.BgClassName
{
background-color: #230301;
}
</style>
border-color css
<style>
span { border-color: #230301; }
span { border-color: rgb(35,3,1); }
td.TdClassName
{
border-color: #230301;
}
.TagClassName
{
border-color: #230301;
}
</style>