Shades of Scarlet Gum #3F1852
Tints of Scarlet Gum #3F1852
RGB
CMYK
RGB Variations
Color information
#3F1852 (or 0x3F1852) is known color: Scarlet Gum. HEX triplet: 3F, 18 and 52. RGB value is (63,24,82). Sum of RGB (Red+Green+Blue) = 63+24+82=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F1852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1852 is #C0E7AD. Grayscale: #2A2A2A. Windows color (decimal): -12642222 or 5380159. OLE color: 5380159.
HSL color Cylindrical-coordinate representation of color #3F1852: hue angle of 280.34º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F1852 is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 24 | 82 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.68 |
| HSL | 280.34º | 0.55% | 0.21% | - |
| HSV(B) | 280.34º | 0.71% | 0.32% | - |
| XYZ | 3.9 | 2.32 | 8.22 | - |
| YUV | 42.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 82 | 0.23 | 0.71 | 0 | 0.68 | 280.34 | 0.55 | 0.21 |
| Hex | 3F | 18 | 52 | 17 | 47 | 0 | 44 | 118 | 37 | 15 |
| Octal | 77 | 30 | 122 | 27 | 107 | 0 | 104 | 430 | 67 | 25 |
| Binary | 111111 | 11000 | 1010010 | 10111 | 1000111 | 0 | 1000100 | 100011000 | 110111 | 10101 |
Color Harmonies of #3F1852
Complementary color
Monochromatic Colors of #3F1852
Black with #3F1852
Text Example
Text Example
White with #3F1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1852; }
p { color: rgb(63,24,82); }
H1.HeaderClassName
{
color: #3F1852;
}
.AnyTagClassName
{
color: #3F1852;
}
</style>
background-color css
<style>
a { background-color: #3F1852; }
a { background-color: rgb(63,24,82); }
div.DivClassName
{
background-color: #3F1852;
}
.BgClassName
{
background-color: #3F1852;
}
</style>
border-color css
<style>
span { border-color: #3F1852; }
span { border-color: rgb(63,24,82); }
td.TdClassName
{
border-color: #3F1852;
}
.TagClassName
{
border-color: #3F1852;
}
</style>