Shades of Barossa #3F3337
Tints of Barossa #3F3337
RGB
CMYK
RGB Variations
Color information
#3F3337 (or 0x3F3337) is known color: Barossa. HEX triplet: 3F, 33 and 37. RGB value is (63,51,55). Sum of RGB (Red+Green+Blue) = 63+51+55=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 55 (21.88% from 255 or 32.54% from 169); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3337 is #C0CCC8. Grayscale: #373737. Windows color (decimal): -12635337 or 3617599. OLE color: 3617599.
HSL color Cylindrical-coordinate representation of color #3F3337: hue angle of 340º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3F3337 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 51 | 55 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.75 |
| HSL | 340º | 0.11% | 0.22% | - |
| HSV(B) | 340º | 0.19% | 0.25% | - |
| XYZ | 3.92 | 3.7 | 4.12 | - |
| YUV | 55.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 55 | 0 | 0.19 | 0.13 | 0.75 | 340 | 0.11 | 0.22 |
| Hex | 3F | 33 | 37 | 0 | 13 | D | 4B | 154 | B | 16 |
| Octal | 77 | 63 | 67 | 0 | 23 | 15 | 113 | 524 | 13 | 26 |
| Binary | 111111 | 110011 | 110111 | 0 | 10011 | 1101 | 1001011 | 101010100 | 1011 | 10110 |
Color Harmonies of #3F3337
Complementary color
Monochromatic Colors of #3F3337
Black with #3F3337
Text Example
Text Example
White with #3F3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3337; }
p { color: rgb(63,51,55); }
H1.HeaderClassName
{
color: #3F3337;
}
.AnyTagClassName
{
color: #3F3337;
}
</style>
background-color css
<style>
a { background-color: #3F3337; }
a { background-color: rgb(63,51,55); }
div.DivClassName
{
background-color: #3F3337;
}
.BgClassName
{
background-color: #3F3337;
}
</style>
border-color css
<style>
span { border-color: #3F3337; }
span { border-color: rgb(63,51,55); }
td.TdClassName
{
border-color: #3F3337;
}
.TagClassName
{
border-color: #3F3337;
}
</style>