Shades of Barossa #3D3539
Tints of Barossa #3D3539
RGB
CMYK
RGB Variations
Color information
#3D3539 (or 0x3D3539) is known color: Barossa. HEX triplet: 3D, 35 and 39. RGB value is (61,53,57). Sum of RGB (Red+Green+Blue) = 61+53+57=171 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.67% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3539 is #C2CAC6. Grayscale: #373737. Windows color (decimal): -12765895 or 3749181. OLE color: 3749181.
HSL color Cylindrical-coordinate representation of color #3D3539: hue angle of 330º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3D3539 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 53 | 57 | - |
| CMYK | 0 | 0.13 | 0.07 | 0.76 |
| HSL | 330º | 0.07% | 0.22% | - |
| HSV(B) | 330º | 0.13% | 0.24% | - |
| XYZ | 3.94 | 3.83 | 4.4 | - |
| YUV | 55.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 57 | 0 | 0.13 | 0.07 | 0.76 | 330 | 0.07 | 0.22 |
| Hex | 3D | 35 | 39 | 0 | D | 7 | 4C | 14A | 7 | 16 |
| Octal | 75 | 65 | 71 | 0 | 15 | 7 | 114 | 512 | 7 | 26 |
| Binary | 111101 | 110101 | 111001 | 0 | 1101 | 111 | 1001100 | 101001010 | 111 | 10110 |
Color Harmonies of #3D3539
Complementary color
Monochromatic Colors of #3D3539
Black with #3D3539
Text Example
Text Example
White with #3D3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3539; }
p { color: rgb(61,53,57); }
H1.HeaderClassName
{
color: #3D3539;
}
.AnyTagClassName
{
color: #3D3539;
}
</style>
background-color css
<style>
a { background-color: #3D3539; }
a { background-color: rgb(61,53,57); }
div.DivClassName
{
background-color: #3D3539;
}
.BgClassName
{
background-color: #3D3539;
}
</style>
border-color css
<style>
span { border-color: #3D3539; }
span { border-color: rgb(61,53,57); }
td.TdClassName
{
border-color: #3D3539;
}
.TagClassName
{
border-color: #3D3539;
}
</style>