Shades of Barossa #3F2D37
Tints of Barossa #3F2D37
RGB
CMYK
RGB Variations
Color information
#3F2D37 (or 0x3F2D37) is known color: Barossa. HEX triplet: 3F, 2D and 37. RGB value is (63,45,55). Sum of RGB (Red+Green+Blue) = 63+45+55=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 55 (21.88% from 255 or 33.74% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2D37 is #C0D2C8. Grayscale: #333333. Windows color (decimal): -12636873 or 3616063. OLE color: 3616063.
HSL color Cylindrical-coordinate representation of color #3F2D37: hue angle of 326.67º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F2D37 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 45 | 55 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.75 |
| HSL | 326.67º | 0.17% | 0.21% | - |
| HSV(B) | 326.67º | 0.29% | 0.25% | - |
| XYZ | 3.68 | 3.21 | 4.04 | - |
| YUV | 51.52 | 129.96 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 45 | 55 | 0 | 0.29 | 0.13 | 0.75 | 326.67 | 0.17 | 0.21 |
| Hex | 3F | 2D | 37 | 0 | 1D | D | 4B | 147 | 11 | 15 |
| Octal | 77 | 55 | 67 | 0 | 35 | 15 | 113 | 507 | 21 | 25 |
| Binary | 111111 | 101101 | 110111 | 0 | 11101 | 1101 | 1001011 | 101000111 | 10001 | 10101 |
Color Harmonies of #3F2D37
Complementary color
Monochromatic Colors of #3F2D37
Black with #3F2D37
Text Example
Text Example
White with #3F2D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2D37; }
p { color: rgb(63,45,55); }
H1.HeaderClassName
{
color: #3F2D37;
}
.AnyTagClassName
{
color: #3F2D37;
}
</style>
background-color css
<style>
a { background-color: #3F2D37; }
a { background-color: rgb(63,45,55); }
div.DivClassName
{
background-color: #3F2D37;
}
.BgClassName
{
background-color: #3F2D37;
}
</style>
border-color css
<style>
span { border-color: #3F2D37; }
span { border-color: rgb(63,45,55); }
td.TdClassName
{
border-color: #3F2D37;
}
.TagClassName
{
border-color: #3F2D37;
}
</style>