Html Css Color HEX #3F1352 Scarlet Gum

📋 copy color: '#3F1352'

red 63 ◦ green 19 ◦ blue 82

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

Shades of Scarlet Gum #3F1352

Tints of Scarlet Gum #3F1352

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.59%

 BLUE value IS 82 (32.42% from 255) = 50%

R = 38.41%
G = 11.59%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#3F1352 (or 0x3F1352) is known color: Scarlet Gum. HEX triplet: 3F, 13 and 52. RGB value is (63,19,82). Sum of RGB (Red+Green+Blue) = 63+19+82=164 (21% of max value = 765). Red value is 63 (25% from 255 or 38.41% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 82 (32.42% from 255 or 50% from 164); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F1352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1352 is #C0ECAD. Grayscale: #272727. Windows color (decimal): -12643502 or 5378879. OLE color: 5378879.

HSL color Cylindrical-coordinate representation of color #3F1352: hue angle of 281.9º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F1352 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 63 19 82 -
CMYK 0.23 0.77 0 0.68
HSL 281.9º 0.62% 0.2% -
HSV(B) 281.9º 0.77% 0.32% -
XYZ 3.81 2.13 8.19 -
YUV 39.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 63 19 82 0.23 0.77 0 0.68 281.9 0.62 0.2
Hex 3F 13 52 17 4D 0 44 11A 3E 14
Octal 77 23 122 27 115 0 104 432 76 24
Binary 111111 10011 1010010 10111 1001101 0 1000100 100011010 111110 10100

Color Harmonies of #3F1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1352

Black with #3F1352

Text Example


Text Example

White with #3F1352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,19,82); }

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

background-color css

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

 a { background-color: rgb(63,19,82); }

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

border-color css

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

 span { border-color: rgb(63,19,82); }

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