Html Css Color HEX #3D1A37 Mardi Gras

📋 copy color: '#3D1A37'

red 61 ◦ green 26 ◦ blue 55

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

Shades of Mardi Gras #3D1A37

Tints of Mardi Gras #3D1A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.31%

 BLUE value IS 55 (21.88% from 255) = 38.73%

R = 42.96%
G = 18.31%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#3D1A37 (or 0x3D1A37) is known color: Mardi Gras. HEX triplet: 3D, 1A and 37. RGB value is (61,26,55). Sum of RGB (Red+Green+Blue) = 61+26+55=142 (18% of max value = 765). Red value is 61 (24.22% from 255 or 42.96% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1A37 is #C2E5C8. Grayscale: #272727. Windows color (decimal): -12772809 or 3611197. OLE color: 3611197.

HSL color Cylindrical-coordinate representation of color #3D1A37: hue angle of 310.29º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D1A37 is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 26 55 -
CMYK 0 0.57 0.10 0.76
HSL 310.29º 0.4% 0.17% -
HSV(B) 310.29º 0.57% 0.24% -
XYZ 2.98 2.01 3.84 -
YUV 39.77 136.6 143.14 -
System Red Green Blue C M Y K H S L
Decimal 61 26 55 0 0.57 0.10 0.76 310.29 0.4 0.17
Hex 3D 1A 37 0 39 A 4C 136 28 11
Octal 75 32 67 0 71 12 114 466 50 21
Binary 111101 11010 110111 0 111001 1010 1001100 100110110 101000 10001

Color Harmonies of #3D1A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D1A37

Black with #3D1A37

Text Example


Text Example

White with #3D1A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,26,55); }

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

background-color css

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

 a { background-color: rgb(61,26,55); }

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

border-color css

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

 span { border-color: rgb(61,26,55); }

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