Html Css Color HEX #3F143E Mardi Gras

📋 copy color: '#3F143E'

red 63 ◦ green 20 ◦ blue 62

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

Shades of Mardi Gras #3F143E

Tints of Mardi Gras #3F143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.79%

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

R = 43.45%
G = 13.79%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3F143E (or 0x3F143E) is known color: Mardi Gras. HEX triplet: 3F, 14 and 3E. RGB value is (63,20,62). Sum of RGB (Red+Green+Blue) = 63+20+62=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 62 (24.61% from 255 or 42.76% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F143E is #C0EBC1. Grayscale: #252525. Windows color (decimal): -12643266 or 4068415. OLE color: 4068415.

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

Color convert

RGB 63 20 62 -
CMYK 0 0.68 0.02 0.75
HSL 301.4º 0.52% 0.16% -
HSV(B) 301.4º 0.68% 0.25% -
XYZ 3.17 1.9 4.76 -
YUV 37.65 141.75 146.08 -
System Red Green Blue C M Y K H S L
Decimal 63 20 62 0 0.68 0.02 0.75 301.4 0.52 0.16
Hex 3F 14 3E 0 44 2 4B 12D 34 10
Octal 77 24 76 0 104 2 113 455 64 20
Binary 111111 10100 111110 0 1000100 10 1001011 100101101 110100 10000

Color Harmonies of #3F143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F143E

Black with #3F143E

Text Example


Text Example

White with #3F143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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