Shades of Barossa #52303F
Tints of Barossa #52303F
RGB
CMYK
RGB Variations
Color information
#52303F (or 0x52303F) is known color: Barossa. HEX triplet: 52, 30 and 3F. RGB value is (82,48,63). Sum of RGB (Red+Green+Blue) = 82+48+63=193 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.49% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 63 (25% from 255 or 32.64% from 193); Max value from RGB is 82 - color contains mainly: red. Hex color #52303F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52303F is #ADCFC0. Grayscale: #3B3B3B. Windows color (decimal): -11390913 or 4141138. OLE color: 4141138.
HSL color Cylindrical-coordinate representation of color #52303F: hue angle of 333.53º 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 #52303F is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 48 | 63 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.68 |
| HSL | 333.53º | 0.26% | 0.25% | - |
| HSV(B) | 333.53º | 0.41% | 0.32% | - |
| XYZ | 5.43 | 4.27 | 5.24 | - |
| YUV | 59.88 | 129.76 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 63 | 0 | 0.41 | 0.23 | 0.68 | 333.53 | 0.26 | 0.25 |
| Hex | 52 | 30 | 3F | 0 | 29 | 17 | 44 | 14E | 1A | 19 |
| Octal | 122 | 60 | 77 | 0 | 51 | 27 | 104 | 516 | 32 | 31 |
| Binary | 1010010 | 110000 | 111111 | 0 | 101001 | 10111 | 1000100 | 101001110 | 11010 | 11001 |
Color Harmonies of #52303F
Complementary color
Monochromatic Colors of #52303F
Black with #52303F
Text Example
Text Example
White with #52303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52303F; }
p { color: rgb(82,48,63); }
H1.HeaderClassName
{
color: #52303F;
}
.AnyTagClassName
{
color: #52303F;
}
</style>
background-color css
<style>
a { background-color: #52303F; }
a { background-color: rgb(82,48,63); }
div.DivClassName
{
background-color: #52303F;
}
.BgClassName
{
background-color: #52303F;
}
</style>
border-color css
<style>
span { border-color: #52303F; }
span { border-color: rgb(82,48,63); }
td.TdClassName
{
border-color: #52303F;
}
.TagClassName
{
border-color: #52303F;
}
</style>