Shades of Scarlet Gum #3F184D
Tints of Scarlet Gum #3F184D
RGB
CMYK
RGB Variations
Color information
#3F184D (or 0x3F184D) is known color: Scarlet Gum. HEX triplet: 3F, 18 and 4D. RGB value is (63,24,77). Sum of RGB (Red+Green+Blue) = 63+24+77=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 77 (30.47% from 255 or 46.95% from 164); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F184D is #C0E7B2. Grayscale: #292929. Windows color (decimal): -12642227 or 5052479. OLE color: 5052479.
HSL color Cylindrical-coordinate representation of color #3F184D: hue angle of 284.15º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F184D is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 24 | 77 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.70 |
| HSL | 284.15º | 0.52% | 0.2% | - |
| HSV(B) | 284.15º | 0.69% | 0.3% | - |
| XYZ | 3.72 | 2.25 | 7.26 | - |
| YUV | 41.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 77 | 0.18 | 0.69 | 0 | 0.70 | 284.15 | 0.52 | 0.2 |
| Hex | 3F | 18 | 4D | 12 | 45 | 0 | 46 | 11C | 34 | 14 |
| Octal | 77 | 30 | 115 | 22 | 105 | 0 | 106 | 434 | 64 | 24 |
| Binary | 111111 | 11000 | 1001101 | 10010 | 1000101 | 0 | 1000110 | 100011100 | 110100 | 10100 |
Color Harmonies of #3F184D
Complementary color
Monochromatic Colors of #3F184D
Black with #3F184D
Text Example
Text Example
White with #3F184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F184D; }
p { color: rgb(63,24,77); }
H1.HeaderClassName
{
color: #3F184D;
}
.AnyTagClassName
{
color: #3F184D;
}
</style>
background-color css
<style>
a { background-color: #3F184D; }
a { background-color: rgb(63,24,77); }
div.DivClassName
{
background-color: #3F184D;
}
.BgClassName
{
background-color: #3F184D;
}
</style>
border-color css
<style>
span { border-color: #3F184D; }
span { border-color: rgb(63,24,77); }
td.TdClassName
{
border-color: #3F184D;
}
.TagClassName
{
border-color: #3F184D;
}
</style>