Shades of Barossa #403E3F
Tints of Barossa #403E3F
RGB
CMYK
RGB Variations
Color information
#403E3F (or 0x403E3F) is known color: Barossa. HEX triplet: 40, 3E and 3F. RGB value is (64,62,63). Sum of RGB (Red+Green+Blue) = 64+62+63=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 64 - color contains mainly: red. Hex color #403E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403E3F is #BFC1C0. Grayscale: #3E3E3E. Windows color (decimal): -12566977 or 4144704. OLE color: 4144704.
HSL color Cylindrical-coordinate representation of color #403E3F: 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 #403E3F is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 62 | 63 | - |
CMYK | 0 | 0.03 | 0.02 | 0.75 |
HSL | 330º | 0.02% | 0.25% | - |
HSV(B) | 330º | 0.03% | 0.25% | - |
XYZ | 4.73 | 4.89 | 5.4 | - |
YUV | 62.71 | 128.16 | 128.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 62 | 63 | 0 | 0.03 | 0.02 | 0.75 | 330 | 0.02 | 0.25 |
Hex | 40 | 3E | 3F | 0 | 3 | 2 | 4B | 14A | 2 | 19 |
Octal | 100 | 76 | 77 | 0 | 3 | 2 | 113 | 512 | 2 | 31 |
Binary | 1000000 | 111110 | 111111 | 0 | 11 | 10 | 1001011 | 101001010 | 10 | 11001 |
Color Harmonies of #403E3F
Complementary color
Monochromatic Colors of #403E3F
Black with #403E3F
Text Example
Text Example
White with #403E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403E3F; }
p { color: rgb(64,62,63); }
H1.HeaderClassName
{
color: #403E3F;
}
.AnyTagClassName
{
color: #403E3F;
}
</style>
background-color css
<style>
a { background-color: #403E3F; }
a { background-color: rgb(64,62,63); }
div.DivClassName
{
background-color: #403E3F;
}
.BgClassName
{
background-color: #403E3F;
}
</style>
border-color css
<style>
span { border-color: #403E3F; }
span { border-color: rgb(64,62,63); }
td.TdClassName
{
border-color: #403E3F;
}
.TagClassName
{
border-color: #403E3F;
}
</style>