Shades of Barossa #40313A
Tints of Barossa #40313A
RGB
CMYK
RGB Variations
Color information
#40313A (or 0x40313A) is known color: Barossa. HEX triplet: 40, 31 and 3A. RGB value is (64,49,58). Sum of RGB (Red+Green+Blue) = 64+49+58=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 58 (23.05% from 255 or 33.92% from 171); Max value from RGB is 64 - color contains mainly: red. Hex color #40313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40313A is #BFCEC5. Grayscale: #363636. Windows color (decimal): -12570310 or 3813696. OLE color: 3813696.
HSL color Cylindrical-coordinate representation of color #40313A: hue angle of 324º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #40313A is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 49 | 58 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.75 |
| HSL | 324º | 0.13% | 0.22% | - |
| HSV(B) | 324º | 0.23% | 0.25% | - |
| XYZ | 3.98 | 3.59 | 4.49 | - |
| YUV | 54.51 | 129.97 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 58 | 0 | 0.23 | 0.09 | 0.75 | 324 | 0.13 | 0.22 |
| Hex | 40 | 31 | 3A | 0 | 17 | 9 | 4B | 144 | D | 16 |
| Octal | 100 | 61 | 72 | 0 | 27 | 11 | 113 | 504 | 15 | 26 |
| Binary | 1000000 | 110001 | 111010 | 0 | 10111 | 1001 | 1001011 | 101000100 | 1101 | 10110 |
Color Harmonies of #40313A
Complementary color
Monochromatic Colors of #40313A
Black with #40313A
Text Example
Text Example
White with #40313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40313A; }
p { color: rgb(64,49,58); }
H1.HeaderClassName
{
color: #40313A;
}
.AnyTagClassName
{
color: #40313A;
}
</style>
background-color css
<style>
a { background-color: #40313A; }
a { background-color: rgb(64,49,58); }
div.DivClassName
{
background-color: #40313A;
}
.BgClassName
{
background-color: #40313A;
}
</style>
border-color css
<style>
span { border-color: #40313A; }
span { border-color: rgb(64,49,58); }
td.TdClassName
{
border-color: #40313A;
}
.TagClassName
{
border-color: #40313A;
}
</style>