Shades of Barossa #43323C
Tints of Barossa #43323C
RGB
CMYK
RGB Variations
Color information
#43323C (or 0x43323C) is known color: Barossa. HEX triplet: 43, 32 and 3C. RGB value is (67,50,60). Sum of RGB (Red+Green+Blue) = 67+50+60=177 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.85% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 67 - color contains mainly: red. Hex color #43323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43323C is #BCCDC3. Grayscale: #383838. Windows color (decimal): -12373444 or 3945027. OLE color: 3945027.
HSL color Cylindrical-coordinate representation of color #43323C: hue angle of 324.71º 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 #43323C is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 60 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.74 |
| HSL | 324.71º | 0.15% | 0.23% | - |
| HSV(B) | 324.71º | 0.25% | 0.26% | - |
| XYZ | 4.27 | 3.8 | 4.78 | - |
| YUV | 56.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 60 | 0 | 0.25 | 0.10 | 0.74 | 324.71 | 0.15 | 0.23 |
| Hex | 43 | 32 | 3C | 0 | 19 | A | 4A | 145 | F | 17 |
| Octal | 103 | 62 | 74 | 0 | 31 | 12 | 112 | 505 | 17 | 27 |
| Binary | 1000011 | 110010 | 111100 | 0 | 11001 | 1010 | 1001010 | 101000101 | 1111 | 10111 |
Color Harmonies of #43323C
Complementary color
Monochromatic Colors of #43323C
Black with #43323C
Text Example
Text Example
White with #43323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43323C; }
p { color: rgb(67,50,60); }
H1.HeaderClassName
{
color: #43323C;
}
.AnyTagClassName
{
color: #43323C;
}
</style>
background-color css
<style>
a { background-color: #43323C; }
a { background-color: rgb(67,50,60); }
div.DivClassName
{
background-color: #43323C;
}
.BgClassName
{
background-color: #43323C;
}
</style>
border-color css
<style>
span { border-color: #43323C; }
span { border-color: rgb(67,50,60); }
td.TdClassName
{
border-color: #43323C;
}
.TagClassName
{
border-color: #43323C;
}
</style>