Shades of Barossa #43323A
Tints of Barossa #43323A
RGB
CMYK
RGB Variations
Color information
#43323A (or 0x43323A) is known color: Barossa. HEX triplet: 43, 32 and 3A. RGB value is (67,50,58). Sum of RGB (Red+Green+Blue) = 67+50+58=175 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.29% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 58 (23.05% from 255 or 33.14% from 175); Max value from RGB is 67 - color contains mainly: red. Hex color #43323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43323A is #BCCDC5. Grayscale: #373737. Windows color (decimal): -12373446 or 3813955. OLE color: 3813955.
HSL color Cylindrical-coordinate representation of color #43323A: hue angle of 331.76º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #43323A is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 58 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.74 |
| HSL | 331.76º | 0.15% | 0.23% | - |
| HSV(B) | 331.76º | 0.25% | 0.26% | - |
| XYZ | 4.22 | 3.78 | 4.51 | - |
| YUV | 56 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 58 | 0 | 0.25 | 0.13 | 0.74 | 331.76 | 0.15 | 0.23 |
| Hex | 43 | 32 | 3A | 0 | 19 | D | 4A | 14C | F | 17 |
| Octal | 103 | 62 | 72 | 0 | 31 | 15 | 112 | 514 | 17 | 27 |
| Binary | 1000011 | 110010 | 111010 | 0 | 11001 | 1101 | 1001010 | 101001100 | 1111 | 10111 |
Color Harmonies of #43323A
Complementary color
Monochromatic Colors of #43323A
Black with #43323A
Text Example
Text Example
White with #43323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43323A; }
p { color: rgb(67,50,58); }
H1.HeaderClassName
{
color: #43323A;
}
.AnyTagClassName
{
color: #43323A;
}
</style>
background-color css
<style>
a { background-color: #43323A; }
a { background-color: rgb(67,50,58); }
div.DivClassName
{
background-color: #43323A;
}
.BgClassName
{
background-color: #43323A;
}
</style>
border-color css
<style>
span { border-color: #43323A; }
span { border-color: rgb(67,50,58); }
td.TdClassName
{
border-color: #43323A;
}
.TagClassName
{
border-color: #43323A;
}
</style>