Shades of Voodoo #43303D
Tints of Voodoo #43303D
RGB
CMYK
RGB Variations
Color information
#43303D (or 0x43303D) is known color: Voodoo. HEX triplet: 43, 30 and 3D. RGB value is (67,48,61). Sum of RGB (Red+Green+Blue) = 67+48+61=176 (23% of max value = 765). Red value is 67 (26.56% from 255 or 38.07% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 61 (24.22% from 255 or 34.66% from 176); Max value from RGB is 67 - color contains mainly: red. Hex color #43303D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43303D is #BCCFC2. Grayscale: #373737. Windows color (decimal): -12373955 or 4010051. OLE color: 4010051.
HSL color Cylindrical-coordinate representation of color #43303D: hue angle of 318.95º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43303D is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 48 | 61 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.74 |
| HSL | 318.95º | 0.17% | 0.23% | - |
| HSV(B) | 318.95º | 0.28% | 0.26% | - |
| XYZ | 4.21 | 3.64 | 4.9 | - |
| YUV | 55.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 61 | 0 | 0.28 | 0.09 | 0.74 | 318.95 | 0.17 | 0.23 |
| Hex | 43 | 30 | 3D | 0 | 1C | 9 | 4A | 13F | 11 | 17 |
| Octal | 103 | 60 | 75 | 0 | 34 | 11 | 112 | 477 | 21 | 27 |
| Binary | 1000011 | 110000 | 111101 | 0 | 11100 | 1001 | 1001010 | 100111111 | 10001 | 10111 |
Color Harmonies of #43303D
Complementary color
Monochromatic Colors of #43303D
Black with #43303D
Text Example
Text Example
White with #43303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43303D; }
p { color: rgb(67,48,61); }
H1.HeaderClassName
{
color: #43303D;
}
.AnyTagClassName
{
color: #43303D;
}
</style>
background-color css
<style>
a { background-color: #43303D; }
a { background-color: rgb(67,48,61); }
div.DivClassName
{
background-color: #43303D;
}
.BgClassName
{
background-color: #43303D;
}
</style>
border-color css
<style>
span { border-color: #43303D; }
span { border-color: rgb(67,48,61); }
td.TdClassName
{
border-color: #43303D;
}
.TagClassName
{
border-color: #43303D;
}
</style>