Shades of Barossa #412F38
Tints of Barossa #412F38
RGB
CMYK
RGB Variations
Color information
#412F38 (or 0x412F38) is known color: Barossa. HEX triplet: 41, 2F and 38. RGB value is (65,47,56). Sum of RGB (Red+Green+Blue) = 65+47+56=168 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.69% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 65 - color contains mainly: red. Hex color #412F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412F38 is #BED0C7. Grayscale: #353535. Windows color (decimal): -12505288 or 3682113. OLE color: 3682113.
HSL color Cylindrical-coordinate representation of color #412F38: hue angle of 330º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #412F38 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 47 | 56 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.75 |
| HSL | 330º | 0.16% | 0.22% | - |
| HSV(B) | 330º | 0.28% | 0.25% | - |
| XYZ | 3.91 | 3.44 | 4.2 | - |
| YUV | 53.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 47 | 56 | 0 | 0.28 | 0.14 | 0.75 | 330 | 0.16 | 0.22 |
| Hex | 41 | 2F | 38 | 0 | 1C | E | 4B | 14A | 10 | 16 |
| Octal | 101 | 57 | 70 | 0 | 34 | 16 | 113 | 512 | 20 | 26 |
| Binary | 1000001 | 101111 | 111000 | 0 | 11100 | 1110 | 1001011 | 101001010 | 10000 | 10110 |
Color Harmonies of #412F38
Complementary color
Monochromatic Colors of #412F38
Black with #412F38
Text Example
Text Example
White with #412F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412F38; }
p { color: rgb(65,47,56); }
H1.HeaderClassName
{
color: #412F38;
}
.AnyTagClassName
{
color: #412F38;
}
</style>
background-color css
<style>
a { background-color: #412F38; }
a { background-color: rgb(65,47,56); }
div.DivClassName
{
background-color: #412F38;
}
.BgClassName
{
background-color: #412F38;
}
</style>
border-color css
<style>
span { border-color: #412F38; }
span { border-color: rgb(65,47,56); }
td.TdClassName
{
border-color: #412F38;
}
.TagClassName
{
border-color: #412F38;
}
</style>