Shades of Seal Brown #2B0302
Tints of Seal Brown #2B0302
RGB
CMYK
RGB Variations
Color information
#2B0302 (or 0x2B0302) is known color: Seal Brown. HEX triplet: 2B, 03 and 02. RGB value is (43,3,2). Sum of RGB (Red+Green+Blue) = 43+3+2=48 (6% of max value = 765). Red value is 43 (17.19% from 255 or 89.58% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0302 is #D4FCFD. Grayscale: #0E0E0E. Windows color (decimal): -13958398 or 131883. OLE color: 131883.
HSL color Cylindrical-coordinate representation of color #2B0302: hue angle of 1.46º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0302 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 3 | 2 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.83 |
| HSL | 1.46º | 0.91% | 0.09% | - |
| HSV(B) | 1.46º | 0.95% | 0.17% | - |
| XYZ | 1.04 | 0.58 | 0.12 | - |
| YUV | 14.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 3 | 2 | 0 | 0.93 | 0.95 | 0.83 | 1.46 | 0.91 | 0.09 |
| Hex | 2B | 3 | 2 | 0 | 5D | 5F | 53 | 1 | 5B | 9 |
| Octal | 53 | 3 | 2 | 0 | 135 | 137 | 123 | 1 | 133 | 11 |
| Binary | 101011 | 11 | 10 | 0 | 1011101 | 1011111 | 1010011 | 1 | 1011011 | 1001 |
Color Harmonies of #2B0302
Complementary color
Monochromatic Colors of #2B0302
Black with #2B0302
Text Example
Text Example
White with #2B0302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0302; }
p { color: rgb(43,3,2); }
H1.HeaderClassName
{
color: #2B0302;
}
.AnyTagClassName
{
color: #2B0302;
}
</style>
background-color css
<style>
a { background-color: #2B0302; }
a { background-color: rgb(43,3,2); }
div.DivClassName
{
background-color: #2B0302;
}
.BgClassName
{
background-color: #2B0302;
}
</style>
border-color css
<style>
span { border-color: #2B0302; }
span { border-color: rgb(43,3,2); }
td.TdClassName
{
border-color: #2B0302;
}
.TagClassName
{
border-color: #2B0302;
}
</style>