Shades of Barossa #3D2E36
Tints of Barossa #3D2E36
RGB
CMYK
RGB Variations
Color information
#3D2E36 (or 0x3D2E36) is known color: Barossa. HEX triplet: 3D, 2E and 36. RGB value is (61,46,54). Sum of RGB (Red+Green+Blue) = 61+46+54=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2E36 is #C2D1C9. Grayscale: #333333. Windows color (decimal): -12767690 or 3550781. OLE color: 3550781.
HSL color Cylindrical-coordinate representation of color #3D2E36: hue angle of 328º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D2E36 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 46 | 54 | - |
| CMYK | 0 | 0.25 | 0.11 | 0.76 |
| HSL | 328º | 0.14% | 0.21% | - |
| HSV(B) | 328º | 0.25% | 0.24% | - |
| XYZ | 3.57 | 3.21 | 3.92 | - |
| YUV | 51.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 46 | 54 | 0 | 0.25 | 0.11 | 0.76 | 328 | 0.14 | 0.21 |
| Hex | 3D | 2E | 36 | 0 | 19 | B | 4C | 148 | E | 15 |
| Octal | 75 | 56 | 66 | 0 | 31 | 13 | 114 | 510 | 16 | 25 |
| Binary | 111101 | 101110 | 110110 | 0 | 11001 | 1011 | 1001100 | 101001000 | 1110 | 10101 |
Color Harmonies of #3D2E36
Complementary color
Monochromatic Colors of #3D2E36
Black with #3D2E36
Text Example
Text Example
White with #3D2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2E36; }
p { color: rgb(61,46,54); }
H1.HeaderClassName
{
color: #3D2E36;
}
.AnyTagClassName
{
color: #3D2E36;
}
</style>
background-color css
<style>
a { background-color: #3D2E36; }
a { background-color: rgb(61,46,54); }
div.DivClassName
{
background-color: #3D2E36;
}
.BgClassName
{
background-color: #3D2E36;
}
</style>
border-color css
<style>
span { border-color: #3D2E36; }
span { border-color: rgb(61,46,54); }
td.TdClassName
{
border-color: #3D2E36;
}
.TagClassName
{
border-color: #3D2E36;
}
</style>