Shades of Barossa #40383C
Tints of Barossa #40383C
RGB
CMYK
RGB Variations
Color information
#40383C (or 0x40383C) is known color: Barossa. HEX triplet: 40, 38 and 3C. RGB value is (64,56,60). Sum of RGB (Red+Green+Blue) = 64+56+60=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 60 (23.83% from 255 or 33.33% from 180); Max value from RGB is 64 - color contains mainly: red. Hex color #40383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40383C is #BFC7C3. Grayscale: #3A3A3A. Windows color (decimal): -12568516 or 3946560. OLE color: 3946560.
HSL color Cylindrical-coordinate representation of color #40383C: hue angle of 330º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #40383C is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 60 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.75 |
| HSL | 330º | 0.07% | 0.24% | - |
| HSV(B) | 330º | 0.13% | 0.25% | - |
| XYZ | 4.34 | 4.24 | 4.87 | - |
| YUV | 58.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 60 | 0 | 0.13 | 0.06 | 0.75 | 330 | 0.07 | 0.24 |
| Hex | 40 | 38 | 3C | 0 | D | 6 | 4B | 14A | 7 | 18 |
| Octal | 100 | 70 | 74 | 0 | 15 | 6 | 113 | 512 | 7 | 30 |
| Binary | 1000000 | 111000 | 111100 | 0 | 1101 | 110 | 1001011 | 101001010 | 111 | 11000 |
Color Harmonies of #40383C
Complementary color
Monochromatic Colors of #40383C
Black with #40383C
Text Example
Text Example
White with #40383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40383C; }
p { color: rgb(64,56,60); }
H1.HeaderClassName
{
color: #40383C;
}
.AnyTagClassName
{
color: #40383C;
}
</style>
background-color css
<style>
a { background-color: #40383C; }
a { background-color: rgb(64,56,60); }
div.DivClassName
{
background-color: #40383C;
}
.BgClassName
{
background-color: #40383C;
}
</style>
border-color css
<style>
span { border-color: #40383C; }
span { border-color: rgb(64,56,60); }
td.TdClassName
{
border-color: #40383C;
}
.TagClassName
{
border-color: #40383C;
}
</style>