Shades of Barossa #3F363B
Tints of Barossa #3F363B
RGB
CMYK
RGB Variations
Color information
#3F363B (or 0x3F363B) is known color: Barossa. HEX triplet: 3F, 36 and 3B. RGB value is (63,54,59). Sum of RGB (Red+Green+Blue) = 63+54+59=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 63 - color contains mainly: red. Hex color #3F363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F363B is #C0C9C4. Grayscale: #393939. Windows color (decimal): -12634565 or 3880511. OLE color: 3880511.
HSL color Cylindrical-coordinate representation of color #3F363B: hue angle of 326.67º 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 #3F363B is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 59 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.75 |
| HSL | 326.67º | 0.08% | 0.23% | - |
| HSV(B) | 326.67º | 0.14% | 0.25% | - |
| XYZ | 4.16 | 4.01 | 4.69 | - |
| YUV | 57.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 59 | 0 | 0.14 | 0.06 | 0.75 | 326.67 | 0.08 | 0.23 |
| Hex | 3F | 36 | 3B | 0 | E | 6 | 4B | 147 | 8 | 17 |
| Octal | 77 | 66 | 73 | 0 | 16 | 6 | 113 | 507 | 10 | 27 |
| Binary | 111111 | 110110 | 111011 | 0 | 1110 | 110 | 1001011 | 101000111 | 1000 | 10111 |
Color Harmonies of #3F363B
Complementary color
Monochromatic Colors of #3F363B
Black with #3F363B
Text Example
Text Example
White with #3F363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F363B; }
p { color: rgb(63,54,59); }
H1.HeaderClassName
{
color: #3F363B;
}
.AnyTagClassName
{
color: #3F363B;
}
</style>
background-color css
<style>
a { background-color: #3F363B; }
a { background-color: rgb(63,54,59); }
div.DivClassName
{
background-color: #3F363B;
}
.BgClassName
{
background-color: #3F363B;
}
</style>
border-color css
<style>
span { border-color: #3F363B; }
span { border-color: rgb(63,54,59); }
td.TdClassName
{
border-color: #3F363B;
}
.TagClassName
{
border-color: #3F363B;
}
</style>