Shades of Barossa #41353C
Tints of Barossa #41353C
RGB
CMYK
RGB Variations
Color information
#41353C (or 0x41353C) is known color: Barossa. HEX triplet: 41, 35 and 3C. RGB value is (65,53,60). Sum of RGB (Red+Green+Blue) = 65+53+60=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #41353C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41353C is #BECAC3. Grayscale: #393939. Windows color (decimal): -12503748 or 3945793. OLE color: 3945793.
HSL color Cylindrical-coordinate representation of color #41353C: hue angle of 325º 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 #41353C is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 53 | 60 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.75 |
| HSL | 325º | 0.1% | 0.23% | - |
| HSV(B) | 325º | 0.18% | 0.25% | - |
| XYZ | 4.27 | 4 | 4.82 | - |
| YUV | 57.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 53 | 60 | 0 | 0.18 | 0.08 | 0.75 | 325 | 0.1 | 0.23 |
| Hex | 41 | 35 | 3C | 0 | 12 | 8 | 4B | 145 | A | 17 |
| Octal | 101 | 65 | 74 | 0 | 22 | 10 | 113 | 505 | 12 | 27 |
| Binary | 1000001 | 110101 | 111100 | 0 | 10010 | 1000 | 1001011 | 101000101 | 1010 | 10111 |
Color Harmonies of #41353C
Complementary color
Monochromatic Colors of #41353C
Black with #41353C
Text Example
Text Example
White with #41353C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41353C; }
p { color: rgb(65,53,60); }
H1.HeaderClassName
{
color: #41353C;
}
.AnyTagClassName
{
color: #41353C;
}
</style>
background-color css
<style>
a { background-color: #41353C; }
a { background-color: rgb(65,53,60); }
div.DivClassName
{
background-color: #41353C;
}
.BgClassName
{
background-color: #41353C;
}
</style>
border-color css
<style>
span { border-color: #41353C; }
span { border-color: rgb(65,53,60); }
td.TdClassName
{
border-color: #41353C;
}
.TagClassName
{
border-color: #41353C;
}
</style>