Shades of Barossa #3F2F39
Tints of Barossa #3F2F39
RGB
CMYK
RGB Variations
Color information
#3F2F39 (or 0x3F2F39) is known color: Barossa. HEX triplet: 3F, 2F and 39. RGB value is (63,47,57). Sum of RGB (Red+Green+Blue) = 63+47+57=167 (22% of max value = 765). Red value is 63 (25% from 255 or 37.72% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F39 is #C0D0C6. Grayscale: #343434. Windows color (decimal): -12636359 or 3747647. OLE color: 3747647.
HSL color Cylindrical-coordinate representation of color #3F2F39: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F2F39 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 57 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.75 |
| HSL | 322.5º | 0.15% | 0.22% | - |
| HSV(B) | 322.5º | 0.25% | 0.25% | - |
| XYZ | 3.8 | 3.39 | 4.32 | - |
| YUV | 52.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 57 | 0 | 0.25 | 0.10 | 0.75 | 322.5 | 0.15 | 0.22 |
| Hex | 3F | 2F | 39 | 0 | 19 | A | 4B | 142 | F | 16 |
| Octal | 77 | 57 | 71 | 0 | 31 | 12 | 113 | 502 | 17 | 26 |
| Binary | 111111 | 101111 | 111001 | 0 | 11001 | 1010 | 1001011 | 101000010 | 1111 | 10110 |
Color Harmonies of #3F2F39
Complementary color
Monochromatic Colors of #3F2F39
Black with #3F2F39
Text Example
Text Example
White with #3F2F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F39; }
p { color: rgb(63,47,57); }
H1.HeaderClassName
{
color: #3F2F39;
}
.AnyTagClassName
{
color: #3F2F39;
}
</style>
background-color css
<style>
a { background-color: #3F2F39; }
a { background-color: rgb(63,47,57); }
div.DivClassName
{
background-color: #3F2F39;
}
.BgClassName
{
background-color: #3F2F39;
}
</style>
border-color css
<style>
span { border-color: #3F2F39; }
span { border-color: rgb(63,47,57); }
td.TdClassName
{
border-color: #3F2F39;
}
.TagClassName
{
border-color: #3F2F39;
}
</style>