Html Css Color HEX #3F013F Mardi Gras

📋 copy color: '#3F013F'

red 63 ◦ green 1 ◦ blue 63

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

Shades of Mardi Gras #3F013F

Tints of Mardi Gras #3F013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 49.61%
G = 0.79%
B = 49.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F013F (or 0x3F013F) is known color: Mardi Gras. HEX triplet: 3F, 01 and 3F. RGB value is (63,1,63). Sum of RGB (Red+Green+Blue) = 63+1+63=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: red, blue. Hex color #3F013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F013F is #C0FEC0. Grayscale: #1A1A1A. Windows color (decimal): -12648129 or 4129087. OLE color: 4129087.

HSL color Cylindrical-coordinate representation of color #3F013F: hue angle of 300º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F013F is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 1 63 -
CMYK 0 0.98 0 0.75
HSL 300º 0.97% 0.13% -
HSV(B) 300º 0.98% 0.25% -
XYZ 2.96 1.44 4.82 -
YUV 26.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 63 1 63 0 0.98 0 0.75 300 0.97 0.13
Hex 3F 1 3F 0 62 0 4B 12C 61 D
Octal 77 1 77 0 142 0 113 454 141 15
Binary 111111 1 111111 0 1100010 0 1001011 100101100 1100001 1101

Color Harmonies of #3F013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F013F

Black with #3F013F

Text Example


Text Example

White with #3F013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,63); }

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

background-color css

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

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

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

border-color css

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

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

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