Html Css Color HEX #3F1143 Mardi Gras

📋 copy color: '#3F1143'

red 63 ◦ green 17 ◦ blue 67

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

Shades of Mardi Gras #3F1143

Tints of Mardi Gras #3F1143

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.56%

 BLUE value IS 67 (26.56% from 255) = 45.58%

R = 42.86%
G = 11.56%
B = 45.58%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3F1143 (or 0x3F1143) is known color: Mardi Gras. HEX triplet: 3F, 11 and 43. RGB value is (63,17,67). Sum of RGB (Red+Green+Blue) = 63+17+67=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 67 (26.56% from 255 or 45.58% from 147); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F1143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1143 is #C0EEBC. Grayscale: #242424. Windows color (decimal): -12644029 or 4395327. OLE color: 4395327.

HSL color Cylindrical-coordinate representation of color #3F1143: hue angle of 295.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1143 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 63 17 67 -
CMYK 0.06 0.75 0 0.74
HSL 295.2º 0.6% 0.16% -
HSV(B) 295.2º 0.75% 0.26% -
XYZ 3.26 1.86 5.5 -
YUV 36.45 145.24 146.93 -
System Red Green Blue C M Y K H S L
Decimal 63 17 67 0.06 0.75 0 0.74 295.2 0.6 0.16
Hex 3F 11 43 6 4B 0 4A 127 3C 10
Octal 77 21 103 6 113 0 112 447 74 20
Binary 111111 10001 1000011 110 1001011 0 1001010 100100111 111100 10000

Color Harmonies of #3F1143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1143

Black with #3F1143

Text Example


Text Example

White with #3F1143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,17,67); }

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

background-color css

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

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

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

border-color css

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

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

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