Shades of Barossa #43323B
Tints of Barossa #43323B
RGB
CMYK
RGB Variations
Color information
#43323B (or 0x43323B) is known color: Barossa. HEX triplet: 43, 32 and 3B. RGB value is (67,50,59). Sum of RGB (Red+Green+Blue) = 67+50+59=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 59 (23.44% from 255 or 33.52% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43323B is #BCCDC4. Grayscale: #383838. Windows color (decimal): -12373445 or 3879491. OLE color: 3879491.
HSL color Cylindrical-coordinate representation of color #43323B: hue angle of 328.24º 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 #43323B is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 59 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.74 |
| HSL | 328.24º | 0.15% | 0.23% | - |
| HSV(B) | 328.24º | 0.25% | 0.26% | - |
| XYZ | 4.24 | 3.79 | 4.65 | - |
| YUV | 56.11 | 129.63 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 59 | 0 | 0.25 | 0.12 | 0.74 | 328.24 | 0.15 | 0.23 |
| Hex | 43 | 32 | 3B | 0 | 19 | C | 4A | 148 | F | 17 |
| Octal | 103 | 62 | 73 | 0 | 31 | 14 | 112 | 510 | 17 | 27 |
| Binary | 1000011 | 110010 | 111011 | 0 | 11001 | 1100 | 1001010 | 101001000 | 1111 | 10111 |
Color Harmonies of #43323B
Complementary color
Monochromatic Colors of #43323B
Black with #43323B
Text Example
Text Example
White with #43323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43323B; }
p { color: rgb(67,50,59); }
H1.HeaderClassName
{
color: #43323B;
}
.AnyTagClassName
{
color: #43323B;
}
</style>
background-color css
<style>
a { background-color: #43323B; }
a { background-color: rgb(67,50,59); }
div.DivClassName
{
background-color: #43323B;
}
.BgClassName
{
background-color: #43323B;
}
</style>
border-color css
<style>
span { border-color: #43323B; }
span { border-color: rgb(67,50,59); }
td.TdClassName
{
border-color: #43323B;
}
.TagClassName
{
border-color: #43323B;
}
</style>