Shades of Voodoo #48183E
Tints of Voodoo #48183E
RGB
CMYK
RGB Variations
Color information
#48183E (or 0x48183E) is known color: Voodoo. HEX triplet: 48, 18 and 3E. RGB value is (72,24,62). Sum of RGB (Red+Green+Blue) = 72+24+62=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48183E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48183E is #B7E7C1. Grayscale: #2A2A2A. Windows color (decimal): -12052418 or 4069448. OLE color: 4069448.
HSL color Cylindrical-coordinate representation of color #48183E: hue angle of 312.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48183E is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 62 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.72 |
| HSL | 312.5º | 0.5% | 0.19% | - |
| HSV(B) | 312.5º | 0.67% | 0.28% | - |
| XYZ | 3.87 | 2.38 | 4.81 | - |
| YUV | 42.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 62 | 0 | 0.67 | 0.14 | 0.72 | 312.5 | 0.5 | 0.19 |
| Hex | 48 | 18 | 3E | 0 | 43 | E | 48 | 138 | 32 | 13 |
| Octal | 110 | 30 | 76 | 0 | 103 | 16 | 110 | 470 | 62 | 23 |
| Binary | 1001000 | 11000 | 111110 | 0 | 1000011 | 1110 | 1001000 | 100111000 | 110010 | 10011 |
Color Harmonies of #48183E
Complementary color
Monochromatic Colors of #48183E
Black with #48183E
Text Example
Text Example
White with #48183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48183E; }
p { color: rgb(72,24,62); }
H1.HeaderClassName
{
color: #48183E;
}
.AnyTagClassName
{
color: #48183E;
}
</style>
background-color css
<style>
a { background-color: #48183E; }
a { background-color: rgb(72,24,62); }
div.DivClassName
{
background-color: #48183E;
}
.BgClassName
{
background-color: #48183E;
}
</style>
border-color css
<style>
span { border-color: #48183E; }
span { border-color: rgb(72,24,62); }
td.TdClassName
{
border-color: #48183E;
}
.TagClassName
{
border-color: #48183E;
}
</style>