#3F1855

Color #3F1855 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #3F1855

Tints of Scarlet Gum #3F1855

Color information

#3F1855 (or 0x3F1855) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 18 and 55. RGB value is (63,24,85). Sum of RGB (Red+Green+Blue) = 63+24+85=172 (22% of max value = 765). Red value is 63 (25% from 255 or 36.63% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 85 (33.59% from 255 or 49.42% from 172); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F1855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1855 is #C0E7AA. Grayscale: #2A2A2A. Windows color (decimal): -12642219 or 5576767. OLE color: 5576767.

HSL color Cylindrical-coordinate representation of color #3F1855: hue angle of 278.36º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1855 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB632485-
CMYK0.260.7200.67
HSL278.36º55.96%21.37%-
HSV(B)278.36º71.76%33.33%-
XYZ4.022.378.84-
YUV42.61151.92142.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 36.63%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 85 (33.59% from 255) = 49.42%
R=36.63%
G=13.95%
B=49.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6324850.260.7200.67278.3655.9621.37
Hex3F18551A480431163815
Octal77301253211001034267025
Binary1111111100010101011101010010000100001110001011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1855; }

 p { color: rgb(63,24,85); }

 H1.HeaderClassName
 {
   color: #3F1855;
 }
 .AnyTagClassName
 {
   color: #3F1855;
 }
</style>
background-color css

<style>
 a { background-color: #3F1855; }

 a { background-color: rgb(63,24,85); }

 div.DivClassName
 {
   background-color: #3F1855;
 }
 .BgClassName
 {
   background-color: #3F1855;
 }
</style>
border-color css

<style>
 span { border-color: #3F1855; }

 span { border-color: rgb(63,24,85); }

 td.TdClassName
 {
   border-color: #3F1855;
 }
 .TagClassName
 {
   border-color: #3F1855;
 }
</style>