Html Css Color HEX #37013A Mardi Gras

📋 copy color: '#37013A'

red 55 ◦ green 1 ◦ blue 58

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

Shades of Mardi Gras #37013A

Tints of Mardi Gras #37013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

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

R = 48.25%
G = 0.88%
B = 50.88%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37013A (or 0x37013A) is known color: Mardi Gras. HEX triplet: 37, 01 and 3A. RGB value is (55,1,58). Sum of RGB (Red+Green+Blue) = 55+1+58=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #37013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37013A is #C8FEC5. Grayscale: #171717. Windows color (decimal): -13172422 or 3801399. OLE color: 3801399.

HSL color Cylindrical-coordinate representation of color #37013A: hue angle of 296.84º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37013A is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 55 1 58 -
CMYK 0.05 0.98 0 0.77
HSL 296.84º 0.97% 0.12% -
HSV(B) 296.84º 0.98% 0.23% -
XYZ 2.35 1.14 4.1 -
YUV 23.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 55 1 58 0.05 0.98 0 0.77 296.84 0.97 0.12
Hex 37 1 3A 5 62 0 4D 129 61 C
Octal 67 1 72 5 142 0 115 451 141 14
Binary 110111 1 111010 101 1100010 0 1001101 100101001 1100001 1100

Color Harmonies of #37013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37013A

Black with #37013A

Text Example


Text Example

White with #37013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37013A; }

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

 H1.HeaderClassName
 {
   color: #37013A;
 }
 .AnyTagClassName
 {
   color: #37013A;
 }
</style>

background-color css

<style>
 a { background-color: #37013A; }

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

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

border-color css

<style>
 span { border-color: #37013A; }

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

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