Html Css Color HEX #3F193E Mardi Gras

📋 copy color: '#3F193E'

red 63 ◦ green 25 ◦ blue 62

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

Shades of Mardi Gras #3F193E

Tints of Mardi Gras #3F193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 41.33%

R = 42%
G = 16.67%
B = 41.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3F193E (or 0x3F193E) is known color: Mardi Gras. HEX triplet: 3F, 19 and 3E. RGB value is (63,25,62). Sum of RGB (Red+Green+Blue) = 63+25+62=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 62 (24.61% from 255 or 41.33% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F193E is #C0E6C1. Grayscale: #282828. Windows color (decimal): -12641986 or 4069695. OLE color: 4069695.

HSL color Cylindrical-coordinate representation of color #3F193E: hue angle of 301.58º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F193E is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 25 62 -
CMYK 0 0.60 0.02 0.75
HSL 301.58º 0.43% 0.17% -
HSV(B) 301.58º 0.6% 0.25% -
XYZ 3.27 2.1 4.79 -
YUV 40.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 63 25 62 0 0.60 0.02 0.75 301.58 0.43 0.17
Hex 3F 19 3E 0 3C 2 4B 12E 2B 11
Octal 77 31 76 0 74 2 113 456 53 21
Binary 111111 11001 111110 0 111100 10 1001011 100101110 101011 10001

Color Harmonies of #3F193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F193E

Black with #3F193E

Text Example


Text Example

White with #3F193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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