Shades of Barossa #43383D
Tints of Barossa #43383D
RGB
CMYK
RGB Variations
Color information
#43383D (or 0x43383D) is known color: Barossa. HEX triplet: 43, 38 and 3D. RGB value is (67,56,61). Sum of RGB (Red+Green+Blue) = 67+56+61=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 61 (24.22% from 255 or 33.15% from 184); Max value from RGB is 67 - color contains mainly: red. Hex color #43383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43383D is #BCC7C2. Grayscale: #3B3B3B. Windows color (decimal): -12371907 or 4012099. OLE color: 4012099.
HSL color Cylindrical-coordinate representation of color #43383D: hue angle of 332.73º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #43383D is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 56 | 61 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.74 |
| HSL | 332.73º | 0.09% | 0.24% | - |
| HSV(B) | 332.73º | 0.16% | 0.26% | - |
| XYZ | 4.57 | 4.36 | 5.02 | - |
| YUV | 59.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 61 | 0 | 0.16 | 0.09 | 0.74 | 332.73 | 0.09 | 0.24 |
| Hex | 43 | 38 | 3D | 0 | 10 | 9 | 4A | 14D | 9 | 18 |
| Octal | 103 | 70 | 75 | 0 | 20 | 11 | 112 | 515 | 11 | 30 |
| Binary | 1000011 | 111000 | 111101 | 0 | 10000 | 1001 | 1001010 | 101001101 | 1001 | 11000 |
Color Harmonies of #43383D
Complementary color
Monochromatic Colors of #43383D
Black with #43383D
Text Example
Text Example
White with #43383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43383D; }
p { color: rgb(67,56,61); }
H1.HeaderClassName
{
color: #43383D;
}
.AnyTagClassName
{
color: #43383D;
}
</style>
background-color css
<style>
a { background-color: #43383D; }
a { background-color: rgb(67,56,61); }
div.DivClassName
{
background-color: #43383D;
}
.BgClassName
{
background-color: #43383D;
}
</style>
border-color css
<style>
span { border-color: #43383D; }
span { border-color: rgb(67,56,61); }
td.TdClassName
{
border-color: #43383D;
}
.TagClassName
{
border-color: #43383D;
}
</style>