Shades of Barossa #413F40
Tints of Barossa #413F40
RGB
CMYK
RGB Variations
Color information
#413F40 (or 0x413F40) is known color: Barossa. HEX triplet: 41, 3F and 40. RGB value is (65,63,64). Sum of RGB (Red+Green+Blue) = 65+63+64=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 65 - color contains mainly: red. Hex color #413F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413F40 is #BEC0BF. Grayscale: #3F3F3F. Windows color (decimal): -12501184 or 4210497. OLE color: 4210497.
HSL color Cylindrical-coordinate representation of color #413F40: hue angle of 330º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #413F40 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 64 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.75 |
| HSL | 330º | 0.02% | 0.25% | - |
| HSV(B) | 330º | 0.03% | 0.25% | - |
| XYZ | 4.88 | 5.05 | 5.57 | - |
| YUV | 63.71 | 128.16 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 64 | 0 | 0.03 | 0.02 | 0.75 | 330 | 0.02 | 0.25 |
| Hex | 41 | 3F | 40 | 0 | 3 | 2 | 4B | 14A | 2 | 19 |
| Octal | 101 | 77 | 100 | 0 | 3 | 2 | 113 | 512 | 2 | 31 |
| Binary | 1000001 | 111111 | 1000000 | 0 | 11 | 10 | 1001011 | 101001010 | 10 | 11001 |
Color Harmonies of #413F40
Complementary color
Monochromatic Colors of #413F40
Black with #413F40
Text Example
Text Example
White with #413F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F40; }
p { color: rgb(65,63,64); }
H1.HeaderClassName
{
color: #413F40;
}
.AnyTagClassName
{
color: #413F40;
}
</style>
background-color css
<style>
a { background-color: #413F40; }
a { background-color: rgb(65,63,64); }
div.DivClassName
{
background-color: #413F40;
}
.BgClassName
{
background-color: #413F40;
}
</style>
border-color css
<style>
span { border-color: #413F40; }
span { border-color: rgb(65,63,64); }
td.TdClassName
{
border-color: #413F40;
}
.TagClassName
{
border-color: #413F40;
}
</style>