Shades of Barossa #3B3237
Tints of Barossa #3B3237
RGB
CMYK
RGB Variations
Color information
#3B3237 (or 0x3B3237) is known color: Barossa. HEX triplet: 3B, 32 and 37. RGB value is (59,50,55). Sum of RGB (Red+Green+Blue) = 59+50+55=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3237 is #C4CDC8. Grayscale: #353535. Windows color (decimal): -12897737 or 3617339. OLE color: 3617339.
HSL color Cylindrical-coordinate representation of color #3B3237: hue angle of 326.67º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3B3237 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 50 | 55 | - |
| CMYK | 0 | 0.15 | 0.07 | 0.77 |
| HSL | 326.67º | 0.08% | 0.21% | - |
| HSV(B) | 326.67º | 0.15% | 0.23% | - |
| XYZ | 3.63 | 3.49 | 4.1 | - |
| YUV | 53.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 55 | 0 | 0.15 | 0.07 | 0.77 | 326.67 | 0.08 | 0.21 |
| Hex | 3B | 32 | 37 | 0 | F | 7 | 4D | 147 | 8 | 15 |
| Octal | 73 | 62 | 67 | 0 | 17 | 7 | 115 | 507 | 10 | 25 |
| Binary | 111011 | 110010 | 110111 | 0 | 1111 | 111 | 1001101 | 101000111 | 1000 | 10101 |
Color Harmonies of #3B3237
Complementary color
Monochromatic Colors of #3B3237
Black with #3B3237
Text Example
Text Example
White with #3B3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3237; }
p { color: rgb(59,50,55); }
H1.HeaderClassName
{
color: #3B3237;
}
.AnyTagClassName
{
color: #3B3237;
}
</style>
background-color css
<style>
a { background-color: #3B3237; }
a { background-color: rgb(59,50,55); }
div.DivClassName
{
background-color: #3B3237;
}
.BgClassName
{
background-color: #3B3237;
}
</style>
border-color css
<style>
span { border-color: #3B3237; }
span { border-color: rgb(59,50,55); }
td.TdClassName
{
border-color: #3B3237;
}
.TagClassName
{
border-color: #3B3237;
}
</style>