Shades of Barossa #3D3337
Tints of Barossa #3D3337
RGB
CMYK
RGB Variations
Color information
#3D3337 (or 0x3D3337) is known color: Barossa. HEX triplet: 3D, 33 and 37. RGB value is (61,51,55). Sum of RGB (Red+Green+Blue) = 61+51+55=167 (22% of max value = 765). Red value is 61 (24.22% from 255 or 36.53% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3337 is #C2CCC8. Grayscale: #363636. Windows color (decimal): -12766409 or 3617597. OLE color: 3617597.
HSL color Cylindrical-coordinate representation of color #3D3337: hue angle of 336º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3D3337 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 51 | 55 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.76 |
| HSL | 336º | 0.09% | 0.22% | - |
| HSV(B) | 336º | 0.16% | 0.24% | - |
| XYZ | 3.8 | 3.64 | 4.12 | - |
| YUV | 54.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 55 | 0 | 0.16 | 0.10 | 0.76 | 336 | 0.09 | 0.22 |
| Hex | 3D | 33 | 37 | 0 | 10 | A | 4C | 150 | 9 | 16 |
| Octal | 75 | 63 | 67 | 0 | 20 | 12 | 114 | 520 | 11 | 26 |
| Binary | 111101 | 110011 | 110111 | 0 | 10000 | 1010 | 1001100 | 101010000 | 1001 | 10110 |
Color Harmonies of #3D3337
Complementary color
Monochromatic Colors of #3D3337
Black with #3D3337
Text Example
Text Example
White with #3D3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3337; }
p { color: rgb(61,51,55); }
H1.HeaderClassName
{
color: #3D3337;
}
.AnyTagClassName
{
color: #3D3337;
}
</style>
background-color css
<style>
a { background-color: #3D3337; }
a { background-color: rgb(61,51,55); }
div.DivClassName
{
background-color: #3D3337;
}
.BgClassName
{
background-color: #3D3337;
}
</style>
border-color css
<style>
span { border-color: #3D3337; }
span { border-color: rgb(61,51,55); }
td.TdClassName
{
border-color: #3D3337;
}
.TagClassName
{
border-color: #3D3337;
}
</style>