Html Css Color HEX #3D1F39 Mardi Gras

📋 copy color: '#3D1F39'

red 61 ◦ green 31 ◦ blue 57

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

Shades of Mardi Gras #3D1F39

Tints of Mardi Gras #3D1F39

RGB

 RED value IS 61 (24.22% from 255) = 40.94%

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

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

R = 40.94%
G = 20.81%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#3D1F39 (or 0x3D1F39) is known color: Mardi Gras. HEX triplet: 3D, 1F and 39. RGB value is (61,31,57). Sum of RGB (Red+Green+Blue) = 61+31+57=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1F39 is #C2E0C6. Grayscale: #2A2A2A. Windows color (decimal): -12771527 or 3743549. OLE color: 3743549.

HSL color Cylindrical-coordinate representation of color #3D1F39: hue angle of 308º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D1F39 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 31 57 -
CMYK 0 0.49 0.07 0.76
HSL 308º 0.33% 0.18% -
HSV(B) 308º 0.49% 0.24% -
XYZ 3.15 2.27 4.14 -
YUV 42.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 61 31 57 0 0.49 0.07 0.76 308 0.33 0.18
Hex 3D 1F 39 0 31 7 4C 134 21 12
Octal 75 37 71 0 61 7 114 464 41 22
Binary 111101 11111 111001 0 110001 111 1001100 100110100 100001 10010

Color Harmonies of #3D1F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1F39

Black with #3D1F39

Text Example


Text Example

White with #3D1F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,31,57); }

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

background-color css

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

 a { background-color: rgb(61,31,57); }

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

border-color css

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

 span { border-color: rgb(61,31,57); }

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