Shades of Barossa #43373C
Tints of Barossa #43373C
RGB
CMYK
RGB Variations
Color information
#43373C (or 0x43373C) is known color: Barossa. HEX triplet: 43, 37 and 3C. RGB value is (67,55,60). Sum of RGB (Red+Green+Blue) = 67+55+60=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 55 (21.88% from 255 or 30.22% from 182); Blue value is 60 (23.83% from 255 or 32.97% from 182); Max value from RGB is 67 - color contains mainly: red. Hex color #43373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43373C is #BCC8C3. Grayscale: #3B3B3B. Windows color (decimal): -12372164 or 3946307. OLE color: 3946307.
HSL color Cylindrical-coordinate representation of color #43373C: hue angle of 335º 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 #43373C is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 55 | 60 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.74 |
| HSL | 335º | 0.1% | 0.24% | - |
| HSV(B) | 335º | 0.18% | 0.26% | - |
| XYZ | 4.5 | 4.25 | 4.86 | - |
| YUV | 59.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 60 | 0 | 0.18 | 0.10 | 0.74 | 335 | 0.1 | 0.24 |
| Hex | 43 | 37 | 3C | 0 | 12 | A | 4A | 14F | A | 18 |
| Octal | 103 | 67 | 74 | 0 | 22 | 12 | 112 | 517 | 12 | 30 |
| Binary | 1000011 | 110111 | 111100 | 0 | 10010 | 1010 | 1001010 | 101001111 | 1010 | 11000 |
Color Harmonies of #43373C
Complementary color
Monochromatic Colors of #43373C
Black with #43373C
Text Example
Text Example
White with #43373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43373C; }
p { color: rgb(67,55,60); }
H1.HeaderClassName
{
color: #43373C;
}
.AnyTagClassName
{
color: #43373C;
}
</style>
background-color css
<style>
a { background-color: #43373C; }
a { background-color: rgb(67,55,60); }
div.DivClassName
{
background-color: #43373C;
}
.BgClassName
{
background-color: #43373C;
}
</style>
border-color css
<style>
span { border-color: #43373C; }
span { border-color: rgb(67,55,60); }
td.TdClassName
{
border-color: #43373C;
}
.TagClassName
{
border-color: #43373C;
}
</style>