Shades of Barossa #3F3039
Tints of Barossa #3F3039
RGB
CMYK
RGB Variations
Color information
#3F3039 (or 0x3F3039) is known color: Barossa. HEX triplet: 3F, 30 and 39. RGB value is (63,48,57). Sum of RGB (Red+Green+Blue) = 63+48+57=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3039 is #C0CFC6. Grayscale: #353535. Windows color (decimal): -12636103 or 3747903. OLE color: 3747903.
HSL color Cylindrical-coordinate representation of color #3F3039: hue angle of 324º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F3039 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 57 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.75 |
| HSL | 324º | 0.14% | 0.22% | - |
| HSV(B) | 324º | 0.24% | 0.25% | - |
| XYZ | 3.85 | 3.47 | 4.34 | - |
| YUV | 53.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 57 | 0 | 0.24 | 0.10 | 0.75 | 324 | 0.14 | 0.22 |
| Hex | 3F | 30 | 39 | 0 | 18 | A | 4B | 144 | E | 16 |
| Octal | 77 | 60 | 71 | 0 | 30 | 12 | 113 | 504 | 16 | 26 |
| Binary | 111111 | 110000 | 111001 | 0 | 11000 | 1010 | 1001011 | 101000100 | 1110 | 10110 |
Color Harmonies of #3F3039
Complementary color
Monochromatic Colors of #3F3039
Black with #3F3039
Text Example
Text Example
White with #3F3039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3039; }
p { color: rgb(63,48,57); }
H1.HeaderClassName
{
color: #3F3039;
}
.AnyTagClassName
{
color: #3F3039;
}
</style>
background-color css
<style>
a { background-color: #3F3039; }
a { background-color: rgb(63,48,57); }
div.DivClassName
{
background-color: #3F3039;
}
.BgClassName
{
background-color: #3F3039;
}
</style>
border-color css
<style>
span { border-color: #3F3039; }
span { border-color: rgb(63,48,57); }
td.TdClassName
{
border-color: #3F3039;
}
.TagClassName
{
border-color: #3F3039;
}
</style>