Html Css Color HEX #3F1F3E Mardi Gras

📋 copy color: '#3F1F3E'

red 63 ◦ green 31 ◦ blue 62

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

Shades of Mardi Gras #3F1F3E

Tints of Mardi Gras #3F1F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.87%

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

R = 40.38%
G = 19.87%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3F1F3E (or 0x3F1F3E) is known color: Mardi Gras. HEX triplet: 3F, 1F and 3E. RGB value is (63,31,62). Sum of RGB (Red+Green+Blue) = 63+31+62=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 31 (12.5% from 255 or 19.87% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F3E is #C0E0C1. Grayscale: #2C2C2C. Windows color (decimal): -12640450 or 4071231. OLE color: 4071231.

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

Color convert

RGB 63 31 62 -
CMYK 0 0.51 0.02 0.75
HSL 301.88º 0.34% 0.18% -
HSV(B) 301.88º 0.51% 0.25% -
XYZ 3.41 2.38 4.84 -
YUV 44.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 63 31 62 0 0.51 0.02 0.75 301.88 0.34 0.18
Hex 3F 1F 3E 0 33 2 4B 12E 22 12
Octal 77 37 76 0 63 2 113 456 42 22
Binary 111111 11111 111110 0 110011 10 1001011 100101110 100010 10010

Color Harmonies of #3F1F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1F3E

Black with #3F1F3E

Text Example


Text Example

White with #3F1F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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