Shades of Seal Brown #230B03
Tints of Seal Brown #230B03
RGB
CMYK
RGB Variations
Color information
#230B03 (or 0x230B03) is known color: Seal Brown. HEX triplet: 23, 0B and 03. RGB value is (35,11,3). Sum of RGB (Red+Green+Blue) = 35+11+3=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 3 (1.56% from 255 or 6.12% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #230B03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230B03 is #DCF4FC. Grayscale: #111111. Windows color (decimal): -14480637 or 199459. OLE color: 199459.
HSL color Cylindrical-coordinate representation of color #230B03: hue angle of 15º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #230B03 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 11 | 3 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.86 |
| HSL | 15º | 0.84% | 0.07% | - |
| HSV(B) | 15º | 0.91% | 0.14% | - |
| XYZ | 0.83 | 0.6 | 0.16 | - |
| YUV | 17.26 | 119.95 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 11 | 3 | 0 | 0.69 | 0.91 | 0.86 | 15 | 0.84 | 0.07 |
| Hex | 23 | B | 3 | 0 | 45 | 5B | 56 | F | 54 | 7 |
| Octal | 43 | 13 | 3 | 0 | 105 | 133 | 126 | 17 | 124 | 7 |
| Binary | 100011 | 1011 | 11 | 0 | 1000101 | 1011011 | 1010110 | 1111 | 1010100 | 111 |
Color Harmonies of #230B03
Complementary color
Monochromatic Colors of #230B03
Black with #230B03
Text Example
Text Example
White with #230B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #230B03; }
p { color: rgb(35,11,3); }
H1.HeaderClassName
{
color: #230B03;
}
.AnyTagClassName
{
color: #230B03;
}
</style>
background-color css
<style>
a { background-color: #230B03; }
a { background-color: rgb(35,11,3); }
div.DivClassName
{
background-color: #230B03;
}
.BgClassName
{
background-color: #230B03;
}
</style>
border-color css
<style>
span { border-color: #230B03; }
span { border-color: rgb(35,11,3); }
td.TdClassName
{
border-color: #230B03;
}
.TagClassName
{
border-color: #230B03;
}
</style>