Shades of Barossa #3D2F37
Tints of Barossa #3D2F37
RGB
CMYK
RGB Variations
Color information
#3D2F37 (or 0x3D2F37) is known color: Barossa. HEX triplet: 3D, 2F and 37. RGB value is (61,47,55). Sum of RGB (Red+Green+Blue) = 61+47+55=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2F37 is #C2D0C8. Grayscale: #343434. Windows color (decimal): -12767433 or 3616573. OLE color: 3616573.
HSL color Cylindrical-coordinate representation of color #3D2F37: hue angle of 325.71º 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 #3D2F37 is Cyan = 0, Magento = 0.23, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 47 | 55 | - |
| CMYK | 0 | 0.23 | 0.10 | 0.76 |
| HSL | 325.71º | 0.13% | 0.21% | - |
| HSV(B) | 325.71º | 0.23% | 0.24% | - |
| XYZ | 3.63 | 3.3 | 4.06 | - |
| YUV | 52.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 47 | 55 | 0 | 0.23 | 0.10 | 0.76 | 325.71 | 0.13 | 0.21 |
| Hex | 3D | 2F | 37 | 0 | 17 | A | 4C | 146 | D | 15 |
| Octal | 75 | 57 | 67 | 0 | 27 | 12 | 114 | 506 | 15 | 25 |
| Binary | 111101 | 101111 | 110111 | 0 | 10111 | 1010 | 1001100 | 101000110 | 1101 | 10101 |
Color Harmonies of #3D2F37
Complementary color
Monochromatic Colors of #3D2F37
Black with #3D2F37
Text Example
Text Example
White with #3D2F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2F37; }
p { color: rgb(61,47,55); }
H1.HeaderClassName
{
color: #3D2F37;
}
.AnyTagClassName
{
color: #3D2F37;
}
</style>
background-color css
<style>
a { background-color: #3D2F37; }
a { background-color: rgb(61,47,55); }
div.DivClassName
{
background-color: #3D2F37;
}
.BgClassName
{
background-color: #3D2F37;
}
</style>
border-color css
<style>
span { border-color: #3D2F37; }
span { border-color: rgb(61,47,55); }
td.TdClassName
{
border-color: #3D2F37;
}
.TagClassName
{
border-color: #3D2F37;
}
</style>