Shades of Barossa #3D3739
Tints of Barossa #3D3739
RGB
CMYK
RGB Variations
Color information
#3D3739 (or 0x3D3739) is known color: Barossa. HEX triplet: 3D, 37 and 39. RGB value is (61,55,57). Sum of RGB (Red+Green+Blue) = 61+55+57=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3739 is #C2C8C6. Grayscale: #393939. Windows color (decimal): -12765383 or 3749693. OLE color: 3749693.
HSL color Cylindrical-coordinate representation of color #3D3739: hue angle of 340º degrees, saturation: 0.05, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3D3739 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 55 | 57 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.76 |
| HSL | 340º | 0.05% | 0.23% | - |
| HSV(B) | 340º | 0.1% | 0.24% | - |
| XYZ | 4.03 | 4.02 | 4.43 | - |
| YUV | 57.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 55 | 57 | 0 | 0.10 | 0.07 | 0.76 | 340 | 0.05 | 0.23 |
| Hex | 3D | 37 | 39 | 0 | A | 7 | 4C | 154 | 5 | 17 |
| Octal | 75 | 67 | 71 | 0 | 12 | 7 | 114 | 524 | 5 | 27 |
| Binary | 111101 | 110111 | 111001 | 0 | 1010 | 111 | 1001100 | 101010100 | 101 | 10111 |
Color Harmonies of #3D3739
Complementary color
Monochromatic Colors of #3D3739
Black with #3D3739
Text Example
Text Example
White with #3D3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3739; }
p { color: rgb(61,55,57); }
H1.HeaderClassName
{
color: #3D3739;
}
.AnyTagClassName
{
color: #3D3739;
}
</style>
background-color css
<style>
a { background-color: #3D3739; }
a { background-color: rgb(61,55,57); }
div.DivClassName
{
background-color: #3D3739;
}
.BgClassName
{
background-color: #3D3739;
}
</style>
border-color css
<style>
span { border-color: #3D3739; }
span { border-color: rgb(61,55,57); }
td.TdClassName
{
border-color: #3D3739;
}
.TagClassName
{
border-color: #3D3739;
}
</style>