#3F184E

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

Shades of Scarlet Gum #3F184E

Tints of Scarlet Gum #3F184E

Color information

#3F184E (or 0x3F184E) is unknown color: approx Scarlet Gum. HEX triplet: 3F, 18 and 4E. RGB value is (63,24,78). Sum of RGB (Red+Green+Blue) = 63+24+78=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F184E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F184E is #C0E7B1. Grayscale: #292929. Windows color (decimal): -12642226 or 5118015. OLE color: 5118015.

HSL color Cylindrical-coordinate representation of color #3F184E: hue angle of 283.33º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F184E is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB632478-
CMYK0.190.6900.69
HSL283.33º52.94%20%-
HSV(B)283.33º69.23%30.59%-
XYZ3.752.267.45-
YUV41.82148.42143.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 38.18%
GREEN value IS 24 (9.77% from 255) = 14.55%
BLUE value IS 78 (30.86% from 255) = 47.27%
R=38.18%
G=14.55%
B=47.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6324780.190.6900.69283.3352.9420
Hex3F184E134504511b3514
Octal77301162310501054336524
Binary1111111100010011101001110001010100010110001101111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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