Shades of Barossa #3F3639
Tints of Barossa #3F3639
RGB
CMYK
RGB Variations
Color information
#3F3639 (or 0x3F3639) is known color: Barossa. HEX triplet: 3F, 36 and 39. RGB value is (63,54,57). Sum of RGB (Red+Green+Blue) = 63+54+57=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3639 is #C0C9C6. Grayscale: #393939. Windows color (decimal): -12634567 or 3749439. OLE color: 3749439.
HSL color Cylindrical-coordinate representation of color #3F3639: hue angle of 340º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3F3639 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 57 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.75 |
| HSL | 340º | 0.08% | 0.23% | - |
| HSV(B) | 340º | 0.14% | 0.25% | - |
| XYZ | 4.11 | 3.99 | 4.42 | - |
| YUV | 57.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 57 | 0 | 0.14 | 0.10 | 0.75 | 340 | 0.08 | 0.23 |
| Hex | 3F | 36 | 39 | 0 | E | A | 4B | 154 | 8 | 17 |
| Octal | 77 | 66 | 71 | 0 | 16 | 12 | 113 | 524 | 10 | 27 |
| Binary | 111111 | 110110 | 111001 | 0 | 1110 | 1010 | 1001011 | 101010100 | 1000 | 10111 |
Color Harmonies of #3F3639
Complementary color
Monochromatic Colors of #3F3639
Black with #3F3639
Text Example
Text Example
White with #3F3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3639; }
p { color: rgb(63,54,57); }
H1.HeaderClassName
{
color: #3F3639;
}
.AnyTagClassName
{
color: #3F3639;
}
</style>
background-color css
<style>
a { background-color: #3F3639; }
a { background-color: rgb(63,54,57); }
div.DivClassName
{
background-color: #3F3639;
}
.BgClassName
{
background-color: #3F3639;
}
</style>
border-color css
<style>
span { border-color: #3F3639; }
span { border-color: rgb(63,54,57); }
td.TdClassName
{
border-color: #3F3639;
}
.TagClassName
{
border-color: #3F3639;
}
</style>