Shades of Barossa #3F363A
Tints of Barossa #3F363A
RGB
CMYK
RGB Variations
Color information
#3F363A (or 0x3F363A) is known color: Barossa. HEX triplet: 3F, 36 and 3A. RGB value is (63,54,58). Sum of RGB (Red+Green+Blue) = 63+54+58=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 63 - color contains mainly: red. Hex color #3F363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F363A is #C0C9C5. Grayscale: #393939. Windows color (decimal): -12634566 or 3814975. OLE color: 3814975.
HSL color Cylindrical-coordinate representation of color #3F363A: hue angle of 333.33º 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 #3F363A is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 58 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.75 |
| HSL | 333.33º | 0.08% | 0.23% | - |
| HSV(B) | 333.33º | 0.14% | 0.25% | - |
| XYZ | 4.13 | 4 | 4.56 | - |
| YUV | 57.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 58 | 0 | 0.14 | 0.08 | 0.75 | 333.33 | 0.08 | 0.23 |
| Hex | 3F | 36 | 3A | 0 | E | 8 | 4B | 14D | 8 | 17 |
| Octal | 77 | 66 | 72 | 0 | 16 | 10 | 113 | 515 | 10 | 27 |
| Binary | 111111 | 110110 | 111010 | 0 | 1110 | 1000 | 1001011 | 101001101 | 1000 | 10111 |
Color Harmonies of #3F363A
Complementary color
Monochromatic Colors of #3F363A
Black with #3F363A
Text Example
Text Example
White with #3F363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F363A; }
p { color: rgb(63,54,58); }
H1.HeaderClassName
{
color: #3F363A;
}
.AnyTagClassName
{
color: #3F363A;
}
</style>
background-color css
<style>
a { background-color: #3F363A; }
a { background-color: rgb(63,54,58); }
div.DivClassName
{
background-color: #3F363A;
}
.BgClassName
{
background-color: #3F363A;
}
</style>
border-color css
<style>
span { border-color: #3F363A; }
span { border-color: rgb(63,54,58); }
td.TdClassName
{
border-color: #3F363A;
}
.TagClassName
{
border-color: #3F363A;
}
</style>