Shades of Barossa #41393D
Tints of Barossa #41393D
RGB
CMYK
RGB Variations
Color information
#41393D (or 0x41393D) is known color: Barossa. HEX triplet: 41, 39 and 3D. RGB value is (65,57,61). Sum of RGB (Red+Green+Blue) = 65+57+61=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 65 - color contains mainly: red. Hex color #41393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41393D is #BEC6C2. Grayscale: #3B3B3B. Windows color (decimal): -12502723 or 4012353. OLE color: 4012353.
HSL color Cylindrical-coordinate representation of color #41393D: hue angle of 330º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #41393D is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 57 | 61 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.75 |
| HSL | 330º | 0.07% | 0.24% | - |
| HSV(B) | 330º | 0.12% | 0.25% | - |
| XYZ | 4.49 | 4.39 | 5.03 | - |
| YUV | 59.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 61 | 0 | 0.12 | 0.06 | 0.75 | 330 | 0.07 | 0.24 |
| Hex | 41 | 39 | 3D | 0 | C | 6 | 4B | 14A | 7 | 18 |
| Octal | 101 | 71 | 75 | 0 | 14 | 6 | 113 | 512 | 7 | 30 |
| Binary | 1000001 | 111001 | 111101 | 0 | 1100 | 110 | 1001011 | 101001010 | 111 | 11000 |
Color Harmonies of #41393D
Complementary color
Monochromatic Colors of #41393D
Black with #41393D
Text Example
Text Example
White with #41393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41393D; }
p { color: rgb(65,57,61); }
H1.HeaderClassName
{
color: #41393D;
}
.AnyTagClassName
{
color: #41393D;
}
</style>
background-color css
<style>
a { background-color: #41393D; }
a { background-color: rgb(65,57,61); }
div.DivClassName
{
background-color: #41393D;
}
.BgClassName
{
background-color: #41393D;
}
</style>
border-color css
<style>
span { border-color: #41393D; }
span { border-color: rgb(65,57,61); }
td.TdClassName
{
border-color: #41393D;
}
.TagClassName
{
border-color: #41393D;
}
</style>