Html Css Color HEX #371D3D Mardi Gras

📋 copy color: '#371D3D'

red 55 ◦ green 29 ◦ blue 61

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

Shades of Mardi Gras #371D3D

Tints of Mardi Gras #371D3D

RGB

 RED value IS 55 (21.88% from 255) = 37.93%

 GREEN value IS 29 (11.72% from 255) = 20%

 BLUE value IS 61 (24.22% from 255) = 42.07%

R = 37.93%
G = 20%
B = 42.07%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#371D3D (or 0x371D3D) is known color: Mardi Gras. HEX triplet: 37, 1D and 3D. RGB value is (55,29,61). Sum of RGB (Red+Green+Blue) = 55+29+61=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #371D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371D3D is #C8E2C2. Grayscale: #282828. Windows color (decimal): -13165251 or 4005175. OLE color: 4005175.

HSL color Cylindrical-coordinate representation of color #371D3D: hue angle of 288.75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #371D3D is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 55 29 61 -
CMYK 0.10 0.52 0 0.76
HSL 288.75º 0.36% 0.18% -
HSV(B) 288.75º 0.52% 0.24% -
XYZ 2.86 2.03 4.66 -
YUV 40.42 139.61 138.4 -
System Red Green Blue C M Y K H S L
Decimal 55 29 61 0.10 0.52 0 0.76 288.75 0.36 0.18
Hex 37 1D 3D A 34 0 4C 121 24 12
Octal 67 35 75 12 64 0 114 441 44 22
Binary 110111 11101 111101 1010 110100 0 1001100 100100001 100100 10010

Color Harmonies of #371D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371D3D

Black with #371D3D

Text Example


Text Example

White with #371D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371D3D; }

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

 H1.HeaderClassName
 {
   color: #371D3D;
 }
 .AnyTagClassName
 {
   color: #371D3D;
 }
</style>

background-color css

<style>
 a { background-color: #371D3D; }

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

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

border-color css

<style>
 span { border-color: #371D3D; }

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

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