Shades of Barossa #43363D
Tints of Barossa #43363D
RGB
CMYK
RGB Variations
Color information
#43363D (or 0x43363D) is known color: Barossa. HEX triplet: 43, 36 and 3D. RGB value is (67,54,61). Sum of RGB (Red+Green+Blue) = 67+54+61=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 67 - color contains mainly: red. Hex color #43363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43363D is #BCC9C2. Grayscale: #3A3A3A. Windows color (decimal): -12372419 or 4011587. OLE color: 4011587.
HSL color Cylindrical-coordinate representation of color #43363D: hue angle of 327.69º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #43363D is Cyan = 0, Magento = 0.19, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 61 | - |
| CMYK | 0 | 0.19 | 0.09 | 0.74 |
| HSL | 327.69º | 0.11% | 0.24% | - |
| HSV(B) | 327.69º | 0.19% | 0.26% | - |
| XYZ | 4.48 | 4.17 | 4.98 | - |
| YUV | 58.69 | 129.31 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 61 | 0 | 0.19 | 0.09 | 0.74 | 327.69 | 0.11 | 0.24 |
| Hex | 43 | 36 | 3D | 0 | 13 | 9 | 4A | 148 | B | 18 |
| Octal | 103 | 66 | 75 | 0 | 23 | 11 | 112 | 510 | 13 | 30 |
| Binary | 1000011 | 110110 | 111101 | 0 | 10011 | 1001 | 1001010 | 101001000 | 1011 | 11000 |
Color Harmonies of #43363D
Complementary color
Monochromatic Colors of #43363D
Black with #43363D
Text Example
Text Example
White with #43363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43363D; }
p { color: rgb(67,54,61); }
H1.HeaderClassName
{
color: #43363D;
}
.AnyTagClassName
{
color: #43363D;
}
</style>
background-color css
<style>
a { background-color: #43363D; }
a { background-color: rgb(67,54,61); }
div.DivClassName
{
background-color: #43363D;
}
.BgClassName
{
background-color: #43363D;
}
</style>
border-color css
<style>
span { border-color: #43363D; }
span { border-color: rgb(67,54,61); }
td.TdClassName
{
border-color: #43363D;
}
.TagClassName
{
border-color: #43363D;
}
</style>