Shades of Barossa #41323A
Tints of Barossa #41323A
RGB
CMYK
RGB Variations
Color information
#41323A (or 0x41323A) is known color: Barossa. HEX triplet: 41, 32 and 3A. RGB value is (65,50,58). Sum of RGB (Red+Green+Blue) = 65+50+58=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #41323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41323A is #BECDC5. Grayscale: #373737. Windows color (decimal): -12504518 or 3813953. OLE color: 3813953.
HSL color Cylindrical-coordinate representation of color #41323A: hue angle of 328º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #41323A is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 50 | 58 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.75 |
| HSL | 328º | 0.13% | 0.23% | - |
| HSV(B) | 328º | 0.23% | 0.25% | - |
| XYZ | 4.08 | 3.71 | 4.5 | - |
| YUV | 55.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 50 | 58 | 0 | 0.23 | 0.11 | 0.75 | 328 | 0.13 | 0.23 |
| Hex | 41 | 32 | 3A | 0 | 17 | B | 4B | 148 | D | 17 |
| Octal | 101 | 62 | 72 | 0 | 27 | 13 | 113 | 510 | 15 | 27 |
| Binary | 1000001 | 110010 | 111010 | 0 | 10111 | 1011 | 1001011 | 101001000 | 1101 | 10111 |
Color Harmonies of #41323A
Complementary color
Monochromatic Colors of #41323A
Black with #41323A
Text Example
Text Example
White with #41323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41323A; }
p { color: rgb(65,50,58); }
H1.HeaderClassName
{
color: #41323A;
}
.AnyTagClassName
{
color: #41323A;
}
</style>
background-color css
<style>
a { background-color: #41323A; }
a { background-color: rgb(65,50,58); }
div.DivClassName
{
background-color: #41323A;
}
.BgClassName
{
background-color: #41323A;
}
</style>
border-color css
<style>
span { border-color: #41323A; }
span { border-color: rgb(65,50,58); }
td.TdClassName
{
border-color: #41323A;
}
.TagClassName
{
border-color: #41323A;
}
</style>