Shades of Seal Brown #230101
Tints of Seal Brown #230101
RGB
CMYK
RGB Variations
Color information
#230101 (or 0x230101) is known color: Seal Brown. HEX triplet: 23, 01 and 01. RGB value is (35,1,1). Sum of RGB (Red+Green+Blue) = 35+1+1=37 (4% of max value = 765). Red value is 35 (14.06% from 255 or 94.59% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 35 - color contains mainly: red. Hex color #230101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230101 is #DCFEFE. Grayscale: #0B0B0B. Windows color (decimal): -14483199 or 65827. OLE color: 65827.
HSL color Cylindrical-coordinate representation of color #230101: hue angle of 0º 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 #230101 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 1 | 1 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.86 |
| HSL | 0º | 0.94% | 0.07% | - |
| HSV(B) | 0º | 0.97% | 0.14% | - |
| XYZ | 0.71 | 0.38 | 0.06 | - |
| YUV | 11.17 | 122.26 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 1 | 1 | 0 | 0.97 | 0.97 | 0.86 | 0 | 0.94 | 0.07 |
| Hex | 23 | 1 | 1 | 0 | 61 | 61 | 56 | 0 | 5E | 7 |
| Octal | 43 | 1 | 1 | 0 | 141 | 141 | 126 | 0 | 136 | 7 |
| Binary | 100011 | 1 | 1 | 0 | 1100001 | 1100001 | 1010110 | 0 | 1011110 | 111 |
Color Harmonies of #230101
Complementary color
Monochromatic Colors of #230101
Black with #230101
Text Example
Text Example
White with #230101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230101; }
p { color: rgb(35,1,1); }
H1.HeaderClassName
{
color: #230101;
}
.AnyTagClassName
{
color: #230101;
}
</style>
background-color css
<style>
a { background-color: #230101; }
a { background-color: rgb(35,1,1); }
div.DivClassName
{
background-color: #230101;
}
.BgClassName
{
background-color: #230101;
}
</style>
border-color css
<style>
span { border-color: #230101; }
span { border-color: rgb(35,1,1); }
td.TdClassName
{
border-color: #230101;
}
.TagClassName
{
border-color: #230101;
}
</style>