Html Css Color HEX #371A3A Mardi Gras

📋 copy color: '#371A3A'

red 55 ◦ green 26 ◦ blue 58

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

Shades of Mardi Gras #371A3A

Tints of Mardi Gras #371A3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 39.57%
G = 18.71%
B = 41.73%

CMYK

 C value IS 0.05

 M value IS 0.55

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#371A3A (or 0x371A3A) is known color: Mardi Gras. HEX triplet: 37, 1A and 3A. RGB value is (55,26,58). Sum of RGB (Red+Green+Blue) = 55+26+58=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 26 (10.55% from 255 or 18.71% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #371A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A3A is #C8E5C5. Grayscale: #262626. Windows color (decimal): -13166022 or 3807799. OLE color: 3807799.

HSL color Cylindrical-coordinate representation of color #371A3A: hue angle of 294.38º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #371A3A is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 26 58 -
CMYK 0.05 0.55 0 0.77
HSL 294.38º 0.38% 0.16% -
HSV(B) 294.38º 0.55% 0.23% -
XYZ 2.71 1.86 4.22 -
YUV 38.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 55 26 58 0.05 0.55 0 0.77 294.38 0.38 0.16
Hex 37 1A 3A 5 37 0 4D 126 26 10
Octal 67 32 72 5 67 0 115 446 46 20
Binary 110111 11010 111010 101 110111 0 1001101 100100110 100110 10000

Color Harmonies of #371A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371A3A

Black with #371A3A

Text Example


Text Example

White with #371A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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