Html Css Color HEX #3F194D Scarlet Gum

📋 copy color: '#3F194D'

red 63 ◦ green 25 ◦ blue 77

#3F194D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #3F194D

Tints of Scarlet Gum #3F194D

RGB

 RED value IS 63 (25% from 255) = 38.18%

 GREEN value IS 25 (10.16% from 255) = 15.15%

 BLUE value IS 77 (30.47% from 255) = 46.67%

R = 38.18%
G = 15.15%
B = 46.67%

CMYK

 C value IS 0.18

 M value IS 0.68

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F194D (or 0x3F194D) is known color: Scarlet Gum. HEX triplet: 3F, 19 and 4D. RGB value is (63,25,77). Sum of RGB (Red+Green+Blue) = 63+25+77=165 (21% of max value = 765). Red value is 63 (25% from 255 or 38.18% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 77 (30.47% from 255 or 46.67% from 165); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F194D is #C0E6B2. Grayscale: #2A2A2A. Windows color (decimal): -12641971 or 5052735. OLE color: 5052735.

HSL color Cylindrical-coordinate representation of color #3F194D: hue angle of 283.85º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F194D is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 25 77 -
CMYK 0.18 0.68 0 0.70
HSL 283.85º 0.51% 0.2% -
HSV(B) 283.85º 0.68% 0.3% -
XYZ 3.74 2.29 7.27 -
YUV 42.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 63 25 77 0.18 0.68 0 0.70 283.85 0.51 0.2
Hex 3F 19 4D 12 44 0 46 11C 33 14
Octal 77 31 115 22 104 0 106 434 63 24
Binary 111111 11001 1001101 10010 1000100 0 1000110 100011100 110011 10100

Color Harmonies of #3F194D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F194D

Black with #3F194D

Text Example


Text Example

White with #3F194D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,25,77); }

 H1.HeaderClassName
 {
   color: #3F194D;
 }
 .AnyTagClassName
 {
   color: #3F194D;
 }
</style>

background-color css

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

 a { background-color: rgb(63,25,77); }

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

border-color css

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

 span { border-color: rgb(63,25,77); }

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