Shades of Cab Sav #3D2F32
Tints of Cab Sav #3D2F32
RGB
CMYK
RGB Variations
Color information
#3D2F32 (or 0x3D2F32) is known color: Cab Sav. HEX triplet: 3D, 2F and 32. RGB value is (61,47,50). Sum of RGB (Red+Green+Blue) = 61+47+50=158 (20% of max value = 765). Red value is 61 (24.22% from 255 or 38.61% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 50 (19.92% from 255 or 31.65% from 158); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F32 is #C2D0CD. Grayscale: #333333. Windows color (decimal): -12767438 or 3288893. OLE color: 3288893.
HSL color Cylindrical-coordinate representation of color #3D2F32: hue angle of 347.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D2F32 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 50 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.76 |
| HSL | 347.14º | 0.13% | 0.21% | - |
| HSV(B) | 347.14º | 0.23% | 0.24% | - |
| XYZ | 3.52 | 3.26 | 3.46 | - |
| YUV | 51.53 | 127.14 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 50 | 0 | 0.23 | 0.18 | 0.76 | 347.14 | 0.13 | 0.21 |
| Hex | 3D | 2F | 32 | 0 | 17 | 12 | 4C | 15B | D | 15 |
| Octal | 75 | 57 | 62 | 0 | 27 | 22 | 114 | 533 | 15 | 25 |
| Binary | 111101 | 101111 | 110010 | 0 | 10111 | 10010 | 1001100 | 101011011 | 1101 | 10101 |
Color Harmonies of #3D2F32
Complementary color
Monochromatic Colors of #3D2F32
Black with #3D2F32
Text Example
Text Example
White with #3D2F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F32; }
p { color: rgb(61,47,50); }
H1.HeaderClassName
{
color: #3D2F32;
}
.AnyTagClassName
{
color: #3D2F32;
}
</style>
background-color css
<style>
a { background-color: #3D2F32; }
a { background-color: rgb(61,47,50); }
div.DivClassName
{
background-color: #3D2F32;
}
.BgClassName
{
background-color: #3D2F32;
}
</style>
border-color css
<style>
span { border-color: #3D2F32; }
span { border-color: rgb(61,47,50); }
td.TdClassName
{
border-color: #3D2F32;
}
.TagClassName
{
border-color: #3D2F32;
}
</style>