Shades of Barossa #3F3236
Tints of Barossa #3F3236
RGB
CMYK
RGB Variations
Color information
#3F3236 (or 0x3F3236) is known color: Barossa. HEX triplet: 3F, 32 and 36. RGB value is (63,50,54). Sum of RGB (Red+Green+Blue) = 63+50+54=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3236 is #C0CDC9. Grayscale: #363636. Windows color (decimal): -12635594 or 3551807. OLE color: 3551807.
HSL color Cylindrical-coordinate representation of color #3F3236: hue angle of 341.54º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3236 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 54 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.75 |
| HSL | 341.54º | 0.12% | 0.22% | - |
| HSV(B) | 341.54º | 0.21% | 0.25% | - |
| XYZ | 3.86 | 3.6 | 3.98 | - |
| YUV | 54.34 | 127.81 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 54 | 0 | 0.21 | 0.14 | 0.75 | 341.54 | 0.12 | 0.22 |
| Hex | 3F | 32 | 36 | 0 | 15 | E | 4B | 156 | C | 16 |
| Octal | 77 | 62 | 66 | 0 | 25 | 16 | 113 | 526 | 14 | 26 |
| Binary | 111111 | 110010 | 110110 | 0 | 10101 | 1110 | 1001011 | 101010110 | 1100 | 10110 |
Color Harmonies of #3F3236
Complementary color
Monochromatic Colors of #3F3236
Black with #3F3236
Text Example
Text Example
White with #3F3236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3236; }
p { color: rgb(63,50,54); }
H1.HeaderClassName
{
color: #3F3236;
}
.AnyTagClassName
{
color: #3F3236;
}
</style>
background-color css
<style>
a { background-color: #3F3236; }
a { background-color: rgb(63,50,54); }
div.DivClassName
{
background-color: #3F3236;
}
.BgClassName
{
background-color: #3F3236;
}
</style>
border-color css
<style>
span { border-color: #3F3236; }
span { border-color: rgb(63,50,54); }
td.TdClassName
{
border-color: #3F3236;
}
.TagClassName
{
border-color: #3F3236;
}
</style>