Shades of Barossa #43343C
Tints of Barossa #43343C
RGB
CMYK
RGB Variations
Color information
#43343C (or 0x43343C) is known color: Barossa. HEX triplet: 43, 34 and 3C. RGB value is (67,52,60). Sum of RGB (Red+Green+Blue) = 67+52+60=179 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.43% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 60 (23.83% from 255 or 33.52% from 179); Max value from RGB is 67 - color contains mainly: red. Hex color #43343C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43343C is #BCCBC3. Grayscale: #393939. Windows color (decimal): -12372932 or 3945539. OLE color: 3945539.
HSL color Cylindrical-coordinate representation of color #43343C: hue angle of 328º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #43343C is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 52 | 60 | - |
| CMYK | 0 | 0.22 | 0.10 | 0.74 |
| HSL | 328º | 0.13% | 0.23% | - |
| HSV(B) | 328º | 0.22% | 0.26% | - |
| XYZ | 4.36 | 3.98 | 4.81 | - |
| YUV | 57.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 60 | 0 | 0.22 | 0.10 | 0.74 | 328 | 0.13 | 0.23 |
| Hex | 43 | 34 | 3C | 0 | 16 | A | 4A | 148 | D | 17 |
| Octal | 103 | 64 | 74 | 0 | 26 | 12 | 112 | 510 | 15 | 27 |
| Binary | 1000011 | 110100 | 111100 | 0 | 10110 | 1010 | 1001010 | 101001000 | 1101 | 10111 |
Color Harmonies of #43343C
Complementary color
Monochromatic Colors of #43343C
Black with #43343C
Text Example
Text Example
White with #43343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43343C; }
p { color: rgb(67,52,60); }
H1.HeaderClassName
{
color: #43343C;
}
.AnyTagClassName
{
color: #43343C;
}
</style>
background-color css
<style>
a { background-color: #43343C; }
a { background-color: rgb(67,52,60); }
div.DivClassName
{
background-color: #43343C;
}
.BgClassName
{
background-color: #43343C;
}
</style>
border-color css
<style>
span { border-color: #43343C; }
span { border-color: rgb(67,52,60); }
td.TdClassName
{
border-color: #43343C;
}
.TagClassName
{
border-color: #43343C;
}
</style>