Shades of Barossa #3F2E35
Tints of Barossa #3F2E35
RGB
CMYK
RGB Variations
Color information
#3F2E35 (or 0x3F2E35) is known color: Barossa. HEX triplet: 3F, 2E and 35. RGB value is (63,46,53). Sum of RGB (Red+Green+Blue) = 63+46+53=162 (21% of max value = 765). Red value is 63 (25% from 255 or 38.89% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 53 (21.09% from 255 or 32.72% from 162); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E35 is #C0D1CA. Grayscale: #333333. Windows color (decimal): -12636619 or 3485247. OLE color: 3485247.
HSL color Cylindrical-coordinate representation of color #3F2E35: hue angle of 335.29º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F2E35 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 46 | 53 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.75 |
| HSL | 335.29º | 0.16% | 0.21% | - |
| HSV(B) | 335.29º | 0.27% | 0.25% | - |
| XYZ | 3.67 | 3.27 | 3.81 | - |
| YUV | 51.88 | 128.63 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 53 | 0 | 0.27 | 0.16 | 0.75 | 335.29 | 0.16 | 0.21 |
| Hex | 3F | 2E | 35 | 0 | 1B | 10 | 4B | 14F | 10 | 15 |
| Octal | 77 | 56 | 65 | 0 | 33 | 20 | 113 | 517 | 20 | 25 |
| Binary | 111111 | 101110 | 110101 | 0 | 11011 | 10000 | 1001011 | 101001111 | 10000 | 10101 |
Color Harmonies of #3F2E35
Complementary color
Monochromatic Colors of #3F2E35
Black with #3F2E35
Text Example
Text Example
White with #3F2E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E35; }
p { color: rgb(63,46,53); }
H1.HeaderClassName
{
color: #3F2E35;
}
.AnyTagClassName
{
color: #3F2E35;
}
</style>
background-color css
<style>
a { background-color: #3F2E35; }
a { background-color: rgb(63,46,53); }
div.DivClassName
{
background-color: #3F2E35;
}
.BgClassName
{
background-color: #3F2E35;
}
</style>
border-color css
<style>
span { border-color: #3F2E35; }
span { border-color: rgb(63,46,53); }
td.TdClassName
{
border-color: #3F2E35;
}
.TagClassName
{
border-color: #3F2E35;
}
</style>