Shades of Barossa #43363C
Tints of Barossa #43363C
RGB
CMYK
RGB Variations
Color information
#43363C (or 0x43363C) is known color: Barossa. HEX triplet: 43, 36 and 3C. RGB value is (67,54,60). Sum of RGB (Red+Green+Blue) = 67+54+60=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 67 - color contains mainly: red. Hex color #43363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43363C is #BCC9C3. Grayscale: #3A3A3A. Windows color (decimal): -12372420 or 3946051. OLE color: 3946051.
HSL color Cylindrical-coordinate representation of color #43363C: hue angle of 332.31º 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 #43363C is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 54 | 60 | - |
| CMYK | 0 | 0.19 | 0.10 | 0.74 |
| HSL | 332.31º | 0.11% | 0.24% | - |
| HSV(B) | 332.31º | 0.19% | 0.26% | - |
| XYZ | 4.45 | 4.16 | 4.84 | - |
| YUV | 58.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 60 | 0 | 0.19 | 0.10 | 0.74 | 332.31 | 0.11 | 0.24 |
| Hex | 43 | 36 | 3C | 0 | 13 | A | 4A | 14C | B | 18 |
| Octal | 103 | 66 | 74 | 0 | 23 | 12 | 112 | 514 | 13 | 30 |
| Binary | 1000011 | 110110 | 111100 | 0 | 10011 | 1010 | 1001010 | 101001100 | 1011 | 11000 |
Color Harmonies of #43363C
Complementary color
Monochromatic Colors of #43363C
Black with #43363C
Text Example
Text Example
White with #43363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43363C; }
p { color: rgb(67,54,60); }
H1.HeaderClassName
{
color: #43363C;
}
.AnyTagClassName
{
color: #43363C;
}
</style>
background-color css
<style>
a { background-color: #43363C; }
a { background-color: rgb(67,54,60); }
div.DivClassName
{
background-color: #43363C;
}
.BgClassName
{
background-color: #43363C;
}
</style>
border-color css
<style>
span { border-color: #43363C; }
span { border-color: rgb(67,54,60); }
td.TdClassName
{
border-color: #43363C;
}
.TagClassName
{
border-color: #43363C;
}
</style>