Shades of Barossa #3D3136
Tints of Barossa #3D3136
RGB
CMYK
RGB Variations
Color information
#3D3136 (or 0x3D3136) is known color: Barossa. HEX triplet: 3D, 31 and 36. RGB value is (61,49,54). Sum of RGB (Red+Green+Blue) = 61+49+54=164 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.20% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3136 is #C2CEC9. Grayscale: #353535. Windows color (decimal): -12766922 or 3551549. OLE color: 3551549.
HSL color Cylindrical-coordinate representation of color #3D3136: hue angle of 335º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3136 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 54 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.76 |
| HSL | 335º | 0.11% | 0.22% | - |
| HSV(B) | 335º | 0.2% | 0.24% | - |
| XYZ | 3.69 | 3.46 | 3.96 | - |
| YUV | 53.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 54 | 0 | 0.20 | 0.11 | 0.76 | 335 | 0.11 | 0.22 |
| Hex | 3D | 31 | 36 | 0 | 14 | B | 4C | 14F | B | 16 |
| Octal | 75 | 61 | 66 | 0 | 24 | 13 | 114 | 517 | 13 | 26 |
| Binary | 111101 | 110001 | 110110 | 0 | 10100 | 1011 | 1001100 | 101001111 | 1011 | 10110 |
Color Harmonies of #3D3136
Complementary color
Monochromatic Colors of #3D3136
Black with #3D3136
Text Example
Text Example
White with #3D3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3136; }
p { color: rgb(61,49,54); }
H1.HeaderClassName
{
color: #3D3136;
}
.AnyTagClassName
{
color: #3D3136;
}
</style>
background-color css
<style>
a { background-color: #3D3136; }
a { background-color: rgb(61,49,54); }
div.DivClassName
{
background-color: #3D3136;
}
.BgClassName
{
background-color: #3D3136;
}
</style>
border-color css
<style>
span { border-color: #3D3136; }
span { border-color: rgb(61,49,54); }
td.TdClassName
{
border-color: #3D3136;
}
.TagClassName
{
border-color: #3D3136;
}
</style>