Html Css Color HEX #3F143D Mardi Gras

📋 copy color: '#3F143D'

red 63 ◦ green 20 ◦ blue 61

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

Shades of Mardi Gras #3F143D

Tints of Mardi Gras #3F143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 42.36%

R = 43.75%
G = 13.89%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#3F143D (or 0x3F143D) is known color: Mardi Gras. HEX triplet: 3F, 14 and 3D. RGB value is (63,20,61). Sum of RGB (Red+Green+Blue) = 63+20+61=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F143D is #C0EBC2. Grayscale: #252525. Windows color (decimal): -12643267 or 4002879. OLE color: 4002879.

HSL color Cylindrical-coordinate representation of color #3F143D: hue angle of 302.79º 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 #3F143D is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 20 61 -
CMYK 0 0.68 0.03 0.75
HSL 302.79º 0.52% 0.16% -
HSV(B) 302.79º 0.68% 0.25% -
XYZ 3.14 1.89 4.61 -
YUV 37.53 141.25 146.17 -
System Red Green Blue C M Y K H S L
Decimal 63 20 61 0 0.68 0.03 0.75 302.79 0.52 0.16
Hex 3F 14 3D 0 44 3 4B 12F 34 10
Octal 77 24 75 0 104 3 113 457 64 20
Binary 111111 10100 111101 0 1000100 11 1001011 100101111 110100 10000

Color Harmonies of #3F143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F143D

Black with #3F143D

Text Example


Text Example

White with #3F143D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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