Shades of Barossa #42323B
Tints of Barossa #42323B
RGB
CMYK
RGB Variations
Color information
#42323B (or 0x42323B) is known color: Barossa. HEX triplet: 42, 32 and 3B. RGB value is (66,50,59). Sum of RGB (Red+Green+Blue) = 66+50+59=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 66 - color contains mainly: red. Hex color #42323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42323B is #BDCDC4. Grayscale: #373737. Windows color (decimal): -12438981 or 3879490. OLE color: 3879490.
HSL color Cylindrical-coordinate representation of color #42323B: hue angle of 326.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #42323B is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 59 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.74 |
| HSL | 326.25º | 0.14% | 0.23% | - |
| HSV(B) | 326.25º | 0.24% | 0.26% | - |
| XYZ | 4.18 | 3.76 | 4.64 | - |
| YUV | 55.81 | 129.8 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 59 | 0 | 0.24 | 0.11 | 0.74 | 326.25 | 0.14 | 0.23 |
| Hex | 42 | 32 | 3B | 0 | 18 | B | 4A | 146 | E | 17 |
| Octal | 102 | 62 | 73 | 0 | 30 | 13 | 112 | 506 | 16 | 27 |
| Binary | 1000010 | 110010 | 111011 | 0 | 11000 | 1011 | 1001010 | 101000110 | 1110 | 10111 |
Color Harmonies of #42323B
Complementary color
Monochromatic Colors of #42323B
Black with #42323B
Text Example
Text Example
White with #42323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42323B; }
p { color: rgb(66,50,59); }
H1.HeaderClassName
{
color: #42323B;
}
.AnyTagClassName
{
color: #42323B;
}
</style>
background-color css
<style>
a { background-color: #42323B; }
a { background-color: rgb(66,50,59); }
div.DivClassName
{
background-color: #42323B;
}
.BgClassName
{
background-color: #42323B;
}
</style>
border-color css
<style>
span { border-color: #42323B; }
span { border-color: rgb(66,50,59); }
td.TdClassName
{
border-color: #42323B;
}
.TagClassName
{
border-color: #42323B;
}
</style>