Html Css Color HEX #3F113E Mardi Gras

📋 copy color: '#3F113E'

red 63 ◦ green 17 ◦ blue 62

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

Shades of Mardi Gras #3F113E

Tints of Mardi Gras #3F113E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.97%

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

R = 44.37%
G = 11.97%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3F113E (or 0x3F113E) is known color: Mardi Gras. HEX triplet: 3F, 11 and 3E. RGB value is (63,17,62). Sum of RGB (Red+Green+Blue) = 63+17+62=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F113E is #C0EEC1. Grayscale: #232323. Windows color (decimal): -12644034 or 4067647. OLE color: 4067647.

HSL color Cylindrical-coordinate representation of color #3F113E: hue angle of 301.3º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F113E is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 17 62 -
CMYK 0 0.73 0.02 0.75
HSL 301.3º 0.58% 0.16% -
HSV(B) 301.3º 0.73% 0.25% -
XYZ 3.12 1.81 4.74 -
YUV 35.88 142.74 147.34 -
System Red Green Blue C M Y K H S L
Decimal 63 17 62 0 0.73 0.02 0.75 301.3 0.58 0.16
Hex 3F 11 3E 0 49 2 4B 12D 3A 10
Octal 77 21 76 0 111 2 113 455 72 20
Binary 111111 10001 111110 0 1001001 10 1001011 100101101 111010 10000

Color Harmonies of #3F113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F113E

Black with #3F113E

Text Example


Text Example

White with #3F113E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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