Html Css Color HEX #3F1C39 Mardi Gras

📋 copy color: '#3F1C39'

red 63 ◦ green 28 ◦ blue 57

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

Shades of Mardi Gras #3F1C39

Tints of Mardi Gras #3F1C39

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.92%

 BLUE value IS 57 (22.66% from 255) = 38.51%

R = 42.57%
G = 18.92%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F1C39 (or 0x3F1C39) is known color: Mardi Gras. HEX triplet: 3F, 1C and 39. RGB value is (63,28,57). Sum of RGB (Red+Green+Blue) = 63+28+57=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C39 is #C0E3C6. Grayscale: #292929. Windows color (decimal): -12641223 or 3742783. OLE color: 3742783.

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

Color convert

RGB 63 28 57 -
CMYK 0 0.56 0.10 0.75
HSL 310.29º 0.38% 0.18% -
HSV(B) 310.29º 0.56% 0.25% -
XYZ 3.2 2.18 4.12 -
YUV 41.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 63 28 57 0 0.56 0.10 0.75 310.29 0.38 0.18
Hex 3F 1C 39 0 38 A 4B 136 26 12
Octal 77 34 71 0 70 12 113 466 46 22
Binary 111111 11100 111001 0 111000 1010 1001011 100110110 100110 10010

Color Harmonies of #3F1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1C39

Black with #3F1C39

Text Example


Text Example

White with #3F1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,57); }

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

background-color css

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

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

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

border-color css

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

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

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