Shades of Barossa #42393E
Tints of Barossa #42393E
RGB
CMYK
RGB Variations
Color information
#42393E (or 0x42393E) is known color: Barossa. HEX triplet: 42, 39 and 3E. RGB value is (66,57,62). Sum of RGB (Red+Green+Blue) = 66+57+62=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 66 - color contains mainly: red. Hex color #42393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42393E is #BDC6C1. Grayscale: #3C3C3C. Windows color (decimal): -12437186 or 4077890. OLE color: 4077890.
HSL color Cylindrical-coordinate representation of color #42393E: hue angle of 326.67º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42393E is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 57 | 62 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.74 |
| HSL | 326.67º | 0.07% | 0.24% | - |
| HSV(B) | 326.67º | 0.14% | 0.26% | - |
| XYZ | 4.58 | 4.43 | 5.17 | - |
| YUV | 60.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 57 | 62 | 0 | 0.14 | 0.06 | 0.74 | 326.67 | 0.07 | 0.24 |
| Hex | 42 | 39 | 3E | 0 | E | 6 | 4A | 147 | 7 | 18 |
| Octal | 102 | 71 | 76 | 0 | 16 | 6 | 112 | 507 | 7 | 30 |
| Binary | 1000010 | 111001 | 111110 | 0 | 1110 | 110 | 1001010 | 101000111 | 111 | 11000 |
Color Harmonies of #42393E
Complementary color
Monochromatic Colors of #42393E
Black with #42393E
Text Example
Text Example
White with #42393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42393E; }
p { color: rgb(66,57,62); }
H1.HeaderClassName
{
color: #42393E;
}
.AnyTagClassName
{
color: #42393E;
}
</style>
background-color css
<style>
a { background-color: #42393E; }
a { background-color: rgb(66,57,62); }
div.DivClassName
{
background-color: #42393E;
}
.BgClassName
{
background-color: #42393E;
}
</style>
border-color css
<style>
span { border-color: #42393E; }
span { border-color: rgb(66,57,62); }
td.TdClassName
{
border-color: #42393E;
}
.TagClassName
{
border-color: #42393E;
}
</style>