Shades of Barossa #43373B
Tints of Barossa #43373B
RGB
CMYK
RGB Variations
Color information
#43373B (or 0x43373B) is known color: Barossa. HEX triplet: 43, 37 and 3B. RGB value is (67,55,59). Sum of RGB (Red+Green+Blue) = 67+55+59=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 67 - color contains mainly: red. Hex color #43373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43373B is #BCC8C4. Grayscale: #3B3B3B. Windows color (decimal): -12372165 or 3880771. OLE color: 3880771.
HSL color Cylindrical-coordinate representation of color #43373B: hue angle of 340º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #43373B is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 55 | 59 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.74 |
| HSL | 340º | 0.1% | 0.24% | - |
| HSV(B) | 340º | 0.18% | 0.26% | - |
| XYZ | 4.47 | 4.24 | 4.72 | - |
| YUV | 59.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 59 | 0 | 0.18 | 0.12 | 0.74 | 340 | 0.1 | 0.24 |
| Hex | 43 | 37 | 3B | 0 | 12 | C | 4A | 154 | A | 18 |
| Octal | 103 | 67 | 73 | 0 | 22 | 14 | 112 | 524 | 12 | 30 |
| Binary | 1000011 | 110111 | 111011 | 0 | 10010 | 1100 | 1001010 | 101010100 | 1010 | 11000 |
Color Harmonies of #43373B
Complementary color
Monochromatic Colors of #43373B
Black with #43373B
Text Example
Text Example
White with #43373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43373B; }
p { color: rgb(67,55,59); }
H1.HeaderClassName
{
color: #43373B;
}
.AnyTagClassName
{
color: #43373B;
}
</style>
background-color css
<style>
a { background-color: #43373B; }
a { background-color: rgb(67,55,59); }
div.DivClassName
{
background-color: #43373B;
}
.BgClassName
{
background-color: #43373B;
}
</style>
border-color css
<style>
span { border-color: #43373B; }
span { border-color: rgb(67,55,59); }
td.TdClassName
{
border-color: #43373B;
}
.TagClassName
{
border-color: #43373B;
}
</style>