Html Css Color HEX #3E0D3F Mardi Gras

📋 copy color: '#3E0D3F'

red 62 ◦ green 13 ◦ blue 63

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

Shades of Mardi Gras #3E0D3F

Tints of Mardi Gras #3E0D3F

RGB

 RED value IS 62 (24.61% from 255) = 44.93%

 GREEN value IS 13 (5.47% from 255) = 9.42%

 BLUE value IS 63 (25% from 255) = 45.65%

R = 44.93%
G = 9.42%
B = 45.65%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E0D3F (or 0x3E0D3F) is known color: Mardi Gras. HEX triplet: 3E, 0D and 3F. RGB value is (62,13,63). Sum of RGB (Red+Green+Blue) = 62+13+63=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E0D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0D3F is #C1F2C0. Grayscale: #212121. Windows color (decimal): -12710593 or 4132158. OLE color: 4132158.

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

Color convert

RGB 62 13 63 -
CMYK 0.02 0.79 0 0.75
HSL 298.8º 0.66% 0.15% -
HSV(B) 298.8º 0.79% 0.25% -
XYZ 3.03 1.67 4.87 -
YUV 33.35 144.73 148.43 -
System Red Green Blue C M Y K H S L
Decimal 62 13 63 0.02 0.79 0 0.75 298.8 0.66 0.15
Hex 3E D 3F 2 4F 0 4B 12B 42 F
Octal 76 15 77 2 117 0 113 453 102 17
Binary 111110 1101 111111 10 1001111 0 1001011 100101011 1000010 1111

Color Harmonies of #3E0D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0D3F

Black with #3E0D3F

Text Example


Text Example

White with #3E0D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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