Html Css Color HEX #371B3D Mardi Gras

📋 copy color: '#371B3D'

red 55 ◦ green 27 ◦ blue 61

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

Shades of Mardi Gras #371B3D

Tints of Mardi Gras #371B3D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.88%

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

R = 38.46%
G = 18.88%
B = 42.66%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#371B3D (or 0x371B3D) is known color: Mardi Gras. HEX triplet: 37, 1B and 3D. RGB value is (55,27,61). Sum of RGB (Red+Green+Blue) = 55+27+61=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #371B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B3D is #C8E4C2. Grayscale: #272727. Windows color (decimal): -13165763 or 4004663. OLE color: 4004663.

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

Color convert

RGB 55 27 61 -
CMYK 0.10 0.56 0 0.76
HSL 289.41º 0.39% 0.17% -
HSV(B) 289.41º 0.56% 0.24% -
XYZ 2.81 1.93 4.64 -
YUV 39.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 55 27 61 0.10 0.56 0 0.76 289.41 0.39 0.17
Hex 37 1B 3D A 38 0 4C 121 27 11
Octal 67 33 75 12 70 0 114 441 47 21
Binary 110111 11011 111101 1010 111000 0 1001100 100100001 100111 10001

Color Harmonies of #371B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B3D

Black with #371B3D

Text Example


Text Example

White with #371B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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