Shades of Barossa #52303E
Tints of Barossa #52303E
RGB
CMYK
RGB Variations
Color information
#52303E (or 0x52303E) is known color: Barossa. HEX triplet: 52, 30 and 3E. RGB value is (82,48,62). Sum of RGB (Red+Green+Blue) = 82+48+62=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 82 - color contains mainly: red. Hex color #52303E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303E is #ADCFC1. Grayscale: #3B3B3B. Windows color (decimal): -11390914 or 4075602. OLE color: 4075602.
HSL color Cylindrical-coordinate representation of color #52303E: hue angle of 335.29º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52303E is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 62 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.68 |
| HSL | 335.29º | 0.26% | 0.25% | - |
| HSV(B) | 335.29º | 0.41% | 0.32% | - |
| XYZ | 5.41 | 4.26 | 5.09 | - |
| YUV | 59.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 62 | 0 | 0.41 | 0.24 | 0.68 | 335.29 | 0.26 | 0.25 |
| Hex | 52 | 30 | 3E | 0 | 29 | 18 | 44 | 14F | 1A | 19 |
| Octal | 122 | 60 | 76 | 0 | 51 | 30 | 104 | 517 | 32 | 31 |
| Binary | 1010010 | 110000 | 111110 | 0 | 101001 | 11000 | 1000100 | 101001111 | 11010 | 11001 |
Color Harmonies of #52303E
Complementary color
Monochromatic Colors of #52303E
Black with #52303E
Text Example
Text Example
White with #52303E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52303E; }
p { color: rgb(82,48,62); }
H1.HeaderClassName
{
color: #52303E;
}
.AnyTagClassName
{
color: #52303E;
}
</style>
background-color css
<style>
a { background-color: #52303E; }
a { background-color: rgb(82,48,62); }
div.DivClassName
{
background-color: #52303E;
}
.BgClassName
{
background-color: #52303E;
}
</style>
border-color css
<style>
span { border-color: #52303E; }
span { border-color: rgb(82,48,62); }
td.TdClassName
{
border-color: #52303E;
}
.TagClassName
{
border-color: #52303E;
}
</style>