Shades of Barossa #3B2F36
Tints of Barossa #3B2F36
RGB
CMYK
RGB Variations
Color information
#3B2F36 (or 0x3B2F36) is known color: Barossa. HEX triplet: 3B, 2F and 36. RGB value is (59,47,54). Sum of RGB (Red+Green+Blue) = 59+47+54=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 54 (21.48% from 255 or 33.75% from 160); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2F36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F36 is #C4D0C9. Grayscale: #333333. Windows color (decimal): -12898506 or 3551035. OLE color: 3551035.
HSL color Cylindrical-coordinate representation of color #3B2F36: hue angle of 325º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B2F36 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 47 | 54 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.77 |
| HSL | 325º | 0.11% | 0.21% | - |
| HSV(B) | 325º | 0.2% | 0.23% | - |
| XYZ | 3.49 | 3.23 | 3.93 | - |
| YUV | 51.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 54 | 0 | 0.20 | 0.08 | 0.77 | 325 | 0.11 | 0.21 |
| Hex | 3B | 2F | 36 | 0 | 14 | 8 | 4D | 145 | B | 15 |
| Octal | 73 | 57 | 66 | 0 | 24 | 10 | 115 | 505 | 13 | 25 |
| Binary | 111011 | 101111 | 110110 | 0 | 10100 | 1000 | 1001101 | 101000101 | 1011 | 10101 |
Color Harmonies of #3B2F36
Complementary color
Monochromatic Colors of #3B2F36
Black with #3B2F36
Text Example
Text Example
White with #3B2F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F36; }
p { color: rgb(59,47,54); }
H1.HeaderClassName
{
color: #3B2F36;
}
.AnyTagClassName
{
color: #3B2F36;
}
</style>
background-color css
<style>
a { background-color: #3B2F36; }
a { background-color: rgb(59,47,54); }
div.DivClassName
{
background-color: #3B2F36;
}
.BgClassName
{
background-color: #3B2F36;
}
</style>
border-color css
<style>
span { border-color: #3B2F36; }
span { border-color: rgb(59,47,54); }
td.TdClassName
{
border-color: #3B2F36;
}
.TagClassName
{
border-color: #3B2F36;
}
</style>