Shades of Barossa #3F393B
Tints of Barossa #3F393B
RGB
CMYK
RGB Variations
Color information
#3F393B (or 0x3F393B) is known color: Barossa. HEX triplet: 3F, 39 and 3B. RGB value is (63,57,59). Sum of RGB (Red+Green+Blue) = 63+57+59=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 63 - color contains mainly: red. Hex color #3F393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F393B is #C0C6C4. Grayscale: #3B3B3B. Windows color (decimal): -12633797 or 3881279. OLE color: 3881279.
HSL color Cylindrical-coordinate representation of color #3F393B: hue angle of 340º degrees, saturation: 0.05, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F393B is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 57 | 59 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.75 |
| HSL | 340º | 0.05% | 0.24% | - |
| HSV(B) | 340º | 0.1% | 0.25% | - |
| XYZ | 4.3 | 4.3 | 4.74 | - |
| YUV | 59.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 57 | 59 | 0 | 0.10 | 0.06 | 0.75 | 340 | 0.05 | 0.24 |
| Hex | 3F | 39 | 3B | 0 | A | 6 | 4B | 154 | 5 | 18 |
| Octal | 77 | 71 | 73 | 0 | 12 | 6 | 113 | 524 | 5 | 30 |
| Binary | 111111 | 111001 | 111011 | 0 | 1010 | 110 | 1001011 | 101010100 | 101 | 11000 |
Color Harmonies of #3F393B
Complementary color
Monochromatic Colors of #3F393B
Black with #3F393B
Text Example
Text Example
White with #3F393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F393B; }
p { color: rgb(63,57,59); }
H1.HeaderClassName
{
color: #3F393B;
}
.AnyTagClassName
{
color: #3F393B;
}
</style>
background-color css
<style>
a { background-color: #3F393B; }
a { background-color: rgb(63,57,59); }
div.DivClassName
{
background-color: #3F393B;
}
.BgClassName
{
background-color: #3F393B;
}
</style>
border-color css
<style>
span { border-color: #3F393B; }
span { border-color: rgb(63,57,59); }
td.TdClassName
{
border-color: #3F393B;
}
.TagClassName
{
border-color: #3F393B;
}
</style>