Shades of Cab Sav #3E3033
Tints of Cab Sav #3E3033
RGB
CMYK
RGB Variations
Color information
#3E3033 (or 0x3E3033) is known color: Cab Sav. HEX triplet: 3E, 30 and 33. RGB value is (62,48,51). Sum of RGB (Red+Green+Blue) = 62+48+51=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3033 is #C1CFCC. Grayscale: #343434. Windows color (decimal): -12701645 or 3354686. OLE color: 3354686.
HSL color Cylindrical-coordinate representation of color #3E3033: hue angle of 347.14º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3E3033 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 48 | 51 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.76 |
| HSL | 347.14º | 0.13% | 0.22% | - |
| HSV(B) | 347.14º | 0.23% | 0.24% | - |
| XYZ | 3.64 | 3.38 | 3.59 | - |
| YUV | 52.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 51 | 0 | 0.23 | 0.18 | 0.76 | 347.14 | 0.13 | 0.22 |
| Hex | 3E | 30 | 33 | 0 | 17 | 12 | 4C | 15B | D | 16 |
| Octal | 76 | 60 | 63 | 0 | 27 | 22 | 114 | 533 | 15 | 26 |
| Binary | 111110 | 110000 | 110011 | 0 | 10111 | 10010 | 1001100 | 101011011 | 1101 | 10110 |
Color Harmonies of #3E3033
Complementary color
Monochromatic Colors of #3E3033
Black with #3E3033
Text Example
Text Example
White with #3E3033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3033; }
p { color: rgb(62,48,51); }
H1.HeaderClassName
{
color: #3E3033;
}
.AnyTagClassName
{
color: #3E3033;
}
</style>
background-color css
<style>
a { background-color: #3E3033; }
a { background-color: rgb(62,48,51); }
div.DivClassName
{
background-color: #3E3033;
}
.BgClassName
{
background-color: #3E3033;
}
</style>
border-color css
<style>
span { border-color: #3E3033; }
span { border-color: rgb(62,48,51); }
td.TdClassName
{
border-color: #3E3033;
}
.TagClassName
{
border-color: #3E3033;
}
</style>