Shades of Barossa #422F3B
Tints of Barossa #422F3B
RGB
CMYK
RGB Variations
Color information
#422F3B (or 0x422F3B) is known color: Barossa. HEX triplet: 42, 2F and 3B. RGB value is (66,47,59). Sum of RGB (Red+Green+Blue) = 66+47+59=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 66 - color contains mainly: red. Hex color #422F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F3B is #BDD0C4. Grayscale: #363636. Windows color (decimal): -12439749 or 3878722. OLE color: 3878722.
HSL color Cylindrical-coordinate representation of color #422F3B: hue angle of 322.11º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #422F3B is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 59 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.74 |
| HSL | 322.11º | 0.17% | 0.22% | - |
| HSV(B) | 322.11º | 0.29% | 0.26% | - |
| XYZ | 4.05 | 3.51 | 4.6 | - |
| YUV | 54.05 | 130.79 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 59 | 0 | 0.29 | 0.11 | 0.74 | 322.11 | 0.17 | 0.22 |
| Hex | 42 | 2F | 3B | 0 | 1D | B | 4A | 142 | 11 | 16 |
| Octal | 102 | 57 | 73 | 0 | 35 | 13 | 112 | 502 | 21 | 26 |
| Binary | 1000010 | 101111 | 111011 | 0 | 11101 | 1011 | 1001010 | 101000010 | 10001 | 10110 |
Color Harmonies of #422F3B
Complementary color
Monochromatic Colors of #422F3B
Black with #422F3B
Text Example
Text Example
White with #422F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F3B; }
p { color: rgb(66,47,59); }
H1.HeaderClassName
{
color: #422F3B;
}
.AnyTagClassName
{
color: #422F3B;
}
</style>
background-color css
<style>
a { background-color: #422F3B; }
a { background-color: rgb(66,47,59); }
div.DivClassName
{
background-color: #422F3B;
}
.BgClassName
{
background-color: #422F3B;
}
</style>
border-color css
<style>
span { border-color: #422F3B; }
span { border-color: rgb(66,47,59); }
td.TdClassName
{
border-color: #422F3B;
}
.TagClassName
{
border-color: #422F3B;
}
</style>