Html Css Color HEX #3D1C41 Mardi Gras

📋 copy color: '#3D1C41'

red 61 ◦ green 28 ◦ blue 65

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

Shades of Mardi Gras #3D1C41

Tints of Mardi Gras #3D1C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 42.21%

R = 39.61%
G = 18.18%
B = 42.21%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3D1C41 (or 0x3D1C41) is known color: Mardi Gras. HEX triplet: 3D, 1C and 41. RGB value is (61,28,65). Sum of RGB (Red+Green+Blue) = 61+28+65=154 (20% of max value = 765). Red value is 61 (24.22% from 255 or 39.61% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #3D1C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1C41 is #C2E3BE. Grayscale: #292929. Windows color (decimal): -12772287 or 4267069. OLE color: 4267069.

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

Color convert

RGB 61 28 65 -
CMYK 0.06 0.57 0 0.75
HSL 293.51º 0.4% 0.18% -
HSV(B) 293.51º 0.57% 0.25% -
XYZ 3.29 2.2 5.25 -
YUV 42.09 140.93 141.49 -
System Red Green Blue C M Y K H S L
Decimal 61 28 65 0.06 0.57 0 0.75 293.51 0.4 0.18
Hex 3D 1C 41 6 39 0 4B 126 28 12
Octal 75 34 101 6 71 0 113 446 50 22
Binary 111101 11100 1000001 110 111001 0 1001011 100100110 101000 10010

Color Harmonies of #3D1C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1C41

Black with #3D1C41

Text Example


Text Example

White with #3D1C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,28,65); }

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

background-color css

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

 a { background-color: rgb(61,28,65); }

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

border-color css

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

 span { border-color: rgb(61,28,65); }

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