Shades of Barossa #42373C
Tints of Barossa #42373C
RGB
CMYK
RGB Variations
Color information
#42373C (or 0x42373C) is known color: Barossa. HEX triplet: 42, 37 and 3C. RGB value is (66,55,60). Sum of RGB (Red+Green+Blue) = 66+55+60=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #42373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42373C is #BDC8C3. Grayscale: #3A3A3A. Windows color (decimal): -12437700 or 3946306. OLE color: 3946306.
HSL color Cylindrical-coordinate representation of color #42373C: hue angle of 332.73º 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 #42373C is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 55 | 60 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.74 |
| HSL | 332.73º | 0.09% | 0.24% | - |
| HSV(B) | 332.73º | 0.17% | 0.26% | - |
| XYZ | 4.43 | 4.22 | 4.86 | - |
| YUV | 58.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 55 | 60 | 0 | 0.17 | 0.09 | 0.74 | 332.73 | 0.09 | 0.24 |
| Hex | 42 | 37 | 3C | 0 | 11 | 9 | 4A | 14D | 9 | 18 |
| Octal | 102 | 67 | 74 | 0 | 21 | 11 | 112 | 515 | 11 | 30 |
| Binary | 1000010 | 110111 | 111100 | 0 | 10001 | 1001 | 1001010 | 101001101 | 1001 | 11000 |
Color Harmonies of #42373C
Complementary color
Monochromatic Colors of #42373C
Black with #42373C
Text Example
Text Example
White with #42373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42373C; }
p { color: rgb(66,55,60); }
H1.HeaderClassName
{
color: #42373C;
}
.AnyTagClassName
{
color: #42373C;
}
</style>
background-color css
<style>
a { background-color: #42373C; }
a { background-color: rgb(66,55,60); }
div.DivClassName
{
background-color: #42373C;
}
.BgClassName
{
background-color: #42373C;
}
</style>
border-color css
<style>
span { border-color: #42373C; }
span { border-color: rgb(66,55,60); }
td.TdClassName
{
border-color: #42373C;
}
.TagClassName
{
border-color: #42373C;
}
</style>