Shades of Barossa #3D2C36
Tints of Barossa #3D2C36
RGB
CMYK
RGB Variations
Color information
#3D2C36 (or 0x3D2C36) is known color: Barossa. HEX triplet: 3D, 2C and 36. RGB value is (61,44,54). Sum of RGB (Red+Green+Blue) = 61+44+54=159 (21% of max value = 765). Red value is 61 (24.22% from 255 or 38.36% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C36 is #C2D3C9. Grayscale: #323232. Windows color (decimal): -12768202 or 3550269. OLE color: 3550269.
HSL color Cylindrical-coordinate representation of color #3D2C36: hue angle of 324.71º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D2C36 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 44 | 54 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.76 |
| HSL | 324.71º | 0.16% | 0.21% | - |
| HSV(B) | 324.71º | 0.28% | 0.24% | - |
| XYZ | 3.49 | 3.06 | 3.9 | - |
| YUV | 50.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 54 | 0 | 0.28 | 0.11 | 0.76 | 324.71 | 0.16 | 0.21 |
| Hex | 3D | 2C | 36 | 0 | 1C | B | 4C | 145 | 10 | 15 |
| Octal | 75 | 54 | 66 | 0 | 34 | 13 | 114 | 505 | 20 | 25 |
| Binary | 111101 | 101100 | 110110 | 0 | 11100 | 1011 | 1001100 | 101000101 | 10000 | 10101 |
Color Harmonies of #3D2C36
Complementary color
Monochromatic Colors of #3D2C36
Black with #3D2C36
Text Example
Text Example
White with #3D2C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C36; }
p { color: rgb(61,44,54); }
H1.HeaderClassName
{
color: #3D2C36;
}
.AnyTagClassName
{
color: #3D2C36;
}
</style>
background-color css
<style>
a { background-color: #3D2C36; }
a { background-color: rgb(61,44,54); }
div.DivClassName
{
background-color: #3D2C36;
}
.BgClassName
{
background-color: #3D2C36;
}
</style>
border-color css
<style>
span { border-color: #3D2C36; }
span { border-color: rgb(61,44,54); }
td.TdClassName
{
border-color: #3D2C36;
}
.TagClassName
{
border-color: #3D2C36;
}
</style>