Shades of Barossa #3F3237
Tints of Barossa #3F3237
RGB
CMYK
RGB Variations
Color information
#3F3237 (or 0x3F3237) is known color: Barossa. HEX triplet: 3F, 32 and 37. RGB value is (63,50,55). Sum of RGB (Red+Green+Blue) = 63+50+55=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3237 is #C0CDC8. Grayscale: #363636. Windows color (decimal): -12635593 or 3617343. OLE color: 3617343.
HSL color Cylindrical-coordinate representation of color #3F3237: hue angle of 336.92º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F3237 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 50 | 55 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.75 |
| HSL | 336.92º | 0.12% | 0.22% | - |
| HSV(B) | 336.92º | 0.21% | 0.25% | - |
| XYZ | 3.88 | 3.61 | 4.11 | - |
| YUV | 54.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 55 | 0 | 0.21 | 0.13 | 0.75 | 336.92 | 0.12 | 0.22 |
| Hex | 3F | 32 | 37 | 0 | 15 | D | 4B | 151 | C | 16 |
| Octal | 77 | 62 | 67 | 0 | 25 | 15 | 113 | 521 | 14 | 26 |
| Binary | 111111 | 110010 | 110111 | 0 | 10101 | 1101 | 1001011 | 101010001 | 1100 | 10110 |
Color Harmonies of #3F3237
Complementary color
Monochromatic Colors of #3F3237
Black with #3F3237
Text Example
Text Example
White with #3F3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3237; }
p { color: rgb(63,50,55); }
H1.HeaderClassName
{
color: #3F3237;
}
.AnyTagClassName
{
color: #3F3237;
}
</style>
background-color css
<style>
a { background-color: #3F3237; }
a { background-color: rgb(63,50,55); }
div.DivClassName
{
background-color: #3F3237;
}
.BgClassName
{
background-color: #3F3237;
}
</style>
border-color css
<style>
span { border-color: #3F3237; }
span { border-color: rgb(63,50,55); }
td.TdClassName
{
border-color: #3F3237;
}
.TagClassName
{
border-color: #3F3237;
}
</style>