Shades of Barossa #422F38
Tints of Barossa #422F38
RGB
CMYK
RGB Variations
Color information
#422F38 (or 0x422F38) is known color: Barossa. HEX triplet: 42, 2F and 38. RGB value is (66,47,56). Sum of RGB (Red+Green+Blue) = 66+47+56=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 56 (22.27% from 255 or 33.14% from 169); Max value from RGB is 66 - color contains mainly: red. Hex color #422F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F38 is #BDD0C7. Grayscale: #353535. Windows color (decimal): -12439752 or 3682114. OLE color: 3682114.
HSL color Cylindrical-coordinate representation of color #422F38: hue angle of 331.58º 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 #422F38 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 47 | 56 | - |
| CMYK | 0 | 0.29 | 0.15 | 0.74 |
| HSL | 331.58º | 0.17% | 0.22% | - |
| HSV(B) | 331.58º | 0.29% | 0.26% | - |
| XYZ | 3.98 | 3.48 | 4.2 | - |
| YUV | 53.71 | 129.29 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 47 | 56 | 0 | 0.29 | 0.15 | 0.74 | 331.58 | 0.17 | 0.22 |
| Hex | 42 | 2F | 38 | 0 | 1D | F | 4A | 14C | 11 | 16 |
| Octal | 102 | 57 | 70 | 0 | 35 | 17 | 112 | 514 | 21 | 26 |
| Binary | 1000010 | 101111 | 111000 | 0 | 11101 | 1111 | 1001010 | 101001100 | 10001 | 10110 |
Color Harmonies of #422F38
Complementary color
Monochromatic Colors of #422F38
Black with #422F38
Text Example
Text Example
White with #422F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422F38; }
p { color: rgb(66,47,56); }
H1.HeaderClassName
{
color: #422F38;
}
.AnyTagClassName
{
color: #422F38;
}
</style>
background-color css
<style>
a { background-color: #422F38; }
a { background-color: rgb(66,47,56); }
div.DivClassName
{
background-color: #422F38;
}
.BgClassName
{
background-color: #422F38;
}
</style>
border-color css
<style>
span { border-color: #422F38; }
span { border-color: rgb(66,47,56); }
td.TdClassName
{
border-color: #422F38;
}
.TagClassName
{
border-color: #422F38;
}
</style>