Shades of Barossa #40303A
Tints of Barossa #40303A
RGB
CMYK
RGB Variations
Color information
#40303A (or 0x40303A) is known color: Barossa. HEX triplet: 40, 30 and 3A. RGB value is (64,48,58). Sum of RGB (Red+Green+Blue) = 64+48+58=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 64 - color contains mainly: red. Hex color #40303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40303A is #BFCFC5. Grayscale: #353535. Windows color (decimal): -12570566 or 3813440. OLE color: 3813440.
HSL color Cylindrical-coordinate representation of color #40303A: hue angle of 322.5º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #40303A is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 58 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.75 |
| HSL | 322.5º | 0.14% | 0.22% | - |
| HSV(B) | 322.5º | 0.25% | 0.25% | - |
| XYZ | 3.94 | 3.51 | 4.47 | - |
| YUV | 53.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 58 | 0 | 0.25 | 0.09 | 0.75 | 322.5 | 0.14 | 0.22 |
| Hex | 40 | 30 | 3A | 0 | 19 | 9 | 4B | 142 | E | 16 |
| Octal | 100 | 60 | 72 | 0 | 31 | 11 | 113 | 502 | 16 | 26 |
| Binary | 1000000 | 110000 | 111010 | 0 | 11001 | 1001 | 1001011 | 101000010 | 1110 | 10110 |
Color Harmonies of #40303A
Complementary color
Monochromatic Colors of #40303A
Black with #40303A
Text Example
Text Example
White with #40303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40303A; }
p { color: rgb(64,48,58); }
H1.HeaderClassName
{
color: #40303A;
}
.AnyTagClassName
{
color: #40303A;
}
</style>
background-color css
<style>
a { background-color: #40303A; }
a { background-color: rgb(64,48,58); }
div.DivClassName
{
background-color: #40303A;
}
.BgClassName
{
background-color: #40303A;
}
</style>
border-color css
<style>
span { border-color: #40303A; }
span { border-color: rgb(64,48,58); }
td.TdClassName
{
border-color: #40303A;
}
.TagClassName
{
border-color: #40303A;
}
</style>