Shades of Barossa #42373D
Tints of Barossa #42373D
RGB
CMYK
RGB Variations
Color information
#42373D (or 0x42373D) is known color: Barossa. HEX triplet: 42, 37 and 3D. RGB value is (66,55,61). Sum of RGB (Red+Green+Blue) = 66+55+61=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 66 - color contains mainly: red. Hex color #42373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42373D is #BDC8C2. Grayscale: #3A3A3A. Windows color (decimal): -12437699 or 4011842. OLE color: 4011842.
HSL color Cylindrical-coordinate representation of color #42373D: hue angle of 327.27º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #42373D is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 55 | 61 | - |
| CMYK | 0 | 0.17 | 0.08 | 0.74 |
| HSL | 327.27º | 0.09% | 0.24% | - |
| HSV(B) | 327.27º | 0.17% | 0.26% | - |
| XYZ | 4.46 | 4.23 | 5 | - |
| YUV | 58.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 61 | 0 | 0.17 | 0.08 | 0.74 | 327.27 | 0.09 | 0.24 |
| Hex | 42 | 37 | 3D | 0 | 11 | 8 | 4A | 147 | 9 | 18 |
| Octal | 102 | 67 | 75 | 0 | 21 | 10 | 112 | 507 | 11 | 30 |
| Binary | 1000010 | 110111 | 111101 | 0 | 10001 | 1000 | 1001010 | 101000111 | 1001 | 11000 |
Color Harmonies of #42373D
Complementary color
Monochromatic Colors of #42373D
Black with #42373D
Text Example
Text Example
White with #42373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42373D; }
p { color: rgb(66,55,61); }
H1.HeaderClassName
{
color: #42373D;
}
.AnyTagClassName
{
color: #42373D;
}
</style>
background-color css
<style>
a { background-color: #42373D; }
a { background-color: rgb(66,55,61); }
div.DivClassName
{
background-color: #42373D;
}
.BgClassName
{
background-color: #42373D;
}
</style>
border-color css
<style>
span { border-color: #42373D; }
span { border-color: rgb(66,55,61); }
td.TdClassName
{
border-color: #42373D;
}
.TagClassName
{
border-color: #42373D;
}
</style>