Shades of Barossa #42353D
Tints of Barossa #42353D
RGB
CMYK
RGB Variations
Color information
#42353D (or 0x42353D) is known color: Barossa. HEX triplet: 42, 35 and 3D. RGB value is (66,53,61). Sum of RGB (Red+Green+Blue) = 66+53+61=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 61 (24.22% from 255 or 33.89% from 180); Max value from RGB is 66 - color contains mainly: red. Hex color #42353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42353D is #BDCAC2. Grayscale: #393939. Windows color (decimal): -12438211 or 4011330. OLE color: 4011330.
HSL color Cylindrical-coordinate representation of color #42353D: hue angle of 323.08º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #42353D is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 53 | 61 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.74 |
| HSL | 323.08º | 0.11% | 0.23% | - |
| HSV(B) | 323.08º | 0.2% | 0.26% | - |
| XYZ | 4.36 | 4.04 | 4.97 | - |
| YUV | 57.8 | 129.81 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 53 | 61 | 0 | 0.20 | 0.08 | 0.74 | 323.08 | 0.11 | 0.23 |
| Hex | 42 | 35 | 3D | 0 | 14 | 8 | 4A | 143 | B | 17 |
| Octal | 102 | 65 | 75 | 0 | 24 | 10 | 112 | 503 | 13 | 27 |
| Binary | 1000010 | 110101 | 111101 | 0 | 10100 | 1000 | 1001010 | 101000011 | 1011 | 10111 |
Color Harmonies of #42353D
Complementary color
Monochromatic Colors of #42353D
Black with #42353D
Text Example
Text Example
White with #42353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42353D; }
p { color: rgb(66,53,61); }
H1.HeaderClassName
{
color: #42353D;
}
.AnyTagClassName
{
color: #42353D;
}
</style>
background-color css
<style>
a { background-color: #42353D; }
a { background-color: rgb(66,53,61); }
div.DivClassName
{
background-color: #42353D;
}
.BgClassName
{
background-color: #42353D;
}
</style>
border-color css
<style>
span { border-color: #42353D; }
span { border-color: rgb(66,53,61); }
td.TdClassName
{
border-color: #42353D;
}
.TagClassName
{
border-color: #42353D;
}
</style>