Html Css Color HEX #3F1851 Scarlet Gum

📋 copy color: '#3F1851'

red 63 ◦ green 24 ◦ blue 81

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

Shades of Scarlet Gum #3F1851

Tints of Scarlet Gum #3F1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

 BLUE value IS 81 (32.03% from 255) = 48.21%

R = 37.5%
G = 14.29%
B = 48.21%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F1851 (or 0x3F1851) is known color: Scarlet Gum. HEX triplet: 3F, 18 and 51. RGB value is (63,24,81). Sum of RGB (Red+Green+Blue) = 63+24+81=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #3F1851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1851 is #C0E7AE. Grayscale: #292929. Windows color (decimal): -12642223 or 5314623. OLE color: 5314623.

HSL color Cylindrical-coordinate representation of color #3F1851: hue angle of 281.05º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1851 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 24 81 -
CMYK 0.22 0.70 0 0.68
HSL 281.05º 0.54% 0.21% -
HSV(B) 281.05º 0.7% 0.32% -
XYZ 3.86 2.3 8.03 -
YUV 42.16 149.92 142.87 -
System Red Green Blue C M Y K H S L
Decimal 63 24 81 0.22 0.70 0 0.68 281.05 0.54 0.21
Hex 3F 18 51 16 46 0 44 119 36 15
Octal 77 30 121 26 106 0 104 431 66 25
Binary 111111 11000 1010001 10110 1000110 0 1000100 100011001 110110 10101

Color Harmonies of #3F1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1851

Black with #3F1851

Text Example


Text Example

White with #3F1851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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