Shades of Barossa #40393D
Tints of Barossa #40393D
RGB
CMYK
RGB Variations
Color information
#40393D (or 0x40393D) is known color: Barossa. HEX triplet: 40, 39 and 3D. RGB value is (64,57,61). Sum of RGB (Red+Green+Blue) = 64+57+61=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 57 (22.66% from 255 or 31.32% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 64 - color contains mainly: red. Hex color #40393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40393D is #BFC6C2. Grayscale: #3B3B3B. Windows color (decimal): -12568259 or 4012352. OLE color: 4012352.
HSL color Cylindrical-coordinate representation of color #40393D: hue angle of 325.71º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #40393D is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
RGB | 64 | 57 | 61 | - |
CMYK | 0 | 0.11 | 0.05 | 0.75 |
HSL | 325.71º | 0.06% | 0.24% | - |
HSV(B) | 325.71º | 0.11% | 0.25% | - |
XYZ | 4.42 | 4.35 | 5.02 | - |
YUV | 59.55 | 128.82 | 131.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 57 | 61 | 0 | 0.11 | 0.05 | 0.75 | 325.71 | 0.06 | 0.24 |
Hex | 40 | 39 | 3D | 0 | B | 5 | 4B | 146 | 6 | 18 |
Octal | 100 | 71 | 75 | 0 | 13 | 5 | 113 | 506 | 6 | 30 |
Binary | 1000000 | 111001 | 111101 | 0 | 1011 | 101 | 1001011 | 101000110 | 110 | 11000 |
Color Harmonies of #40393D
Complementary color
Monochromatic Colors of #40393D
Black with #40393D
Text Example
Text Example
White with #40393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40393D; }
p { color: rgb(64,57,61); }
H1.HeaderClassName
{
color: #40393D;
}
.AnyTagClassName
{
color: #40393D;
}
</style>
background-color css
<style>
a { background-color: #40393D; }
a { background-color: rgb(64,57,61); }
div.DivClassName
{
background-color: #40393D;
}
.BgClassName
{
background-color: #40393D;
}
</style>
border-color css
<style>
span { border-color: #40393D; }
span { border-color: rgb(64,57,61); }
td.TdClassName
{
border-color: #40393D;
}
.TagClassName
{
border-color: #40393D;
}
</style>