Shades of Barossa #41353B
Tints of Barossa #41353B
RGB
CMYK
RGB Variations
Color information
#41353B (or 0x41353B) is known color: Barossa. HEX triplet: 41, 35 and 3B. RGB value is (65,53,59). Sum of RGB (Red+Green+Blue) = 65+53+59=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 59 (23.44% from 255 or 33.33% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #41353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353B is #BECAC4. Grayscale: #393939. Windows color (decimal): -12503749 or 3880257. OLE color: 3880257.
HSL color Cylindrical-coordinate representation of color #41353B: hue angle of 330º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #41353B is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 59 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.75 |
| HSL | 330º | 0.1% | 0.23% | - |
| HSV(B) | 330º | 0.18% | 0.25% | - |
| XYZ | 4.24 | 3.99 | 4.68 | - |
| YUV | 57.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 59 | 0 | 0.18 | 0.09 | 0.75 | 330 | 0.1 | 0.23 |
| Hex | 41 | 35 | 3B | 0 | 12 | 9 | 4B | 14A | A | 17 |
| Octal | 101 | 65 | 73 | 0 | 22 | 11 | 113 | 512 | 12 | 27 |
| Binary | 1000001 | 110101 | 111011 | 0 | 10010 | 1001 | 1001011 | 101001010 | 1010 | 10111 |
Color Harmonies of #41353B
Complementary color
Monochromatic Colors of #41353B
Black with #41353B
Text Example
Text Example
White with #41353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41353B; }
p { color: rgb(65,53,59); }
H1.HeaderClassName
{
color: #41353B;
}
.AnyTagClassName
{
color: #41353B;
}
</style>
background-color css
<style>
a { background-color: #41353B; }
a { background-color: rgb(65,53,59); }
div.DivClassName
{
background-color: #41353B;
}
.BgClassName
{
background-color: #41353B;
}
</style>
border-color css
<style>
span { border-color: #41353B; }
span { border-color: rgb(65,53,59); }
td.TdClassName
{
border-color: #41353B;
}
.TagClassName
{
border-color: #41353B;
}
</style>