Html Css Color HEX #37003A Mardi Gras

📋 copy color: '#37003A'

red 55 ◦ green 0 ◦ blue 58

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

Shades of Mardi Gras #37003A

Tints of Mardi Gras #37003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.67%
G = 0%
B = 51.33%

CMYK

 C value IS 0.05

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37003A (or 0x37003A) is known color: Mardi Gras. HEX triplet: 37, 00 and 3A. RGB value is (55,0,58). Sum of RGB (Red+Green+Blue) = 55+0+58=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #37003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37003A is #C8FFC5. Grayscale: #161616. Windows color (decimal): -13172678 or 3801143. OLE color: 3801143.

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

Color convert

RGB 55 0 58 -
CMYK 0.05 1 0 0.77
HSL 296.9º 1% 0.11% -
HSV(B) 296.9º 1% 0.23% -
XYZ 2.34 1.12 4.1 -
YUV 23.06 147.72 150.78 -
System Red Green Blue C M Y K H S L
Decimal 55 0 58 0.05 1 0 0.77 296.9 1 0.11
Hex 37 0 3A 5 64 0 4D 129 64 B
Octal 67 0 72 5 144 0 115 451 144 13
Binary 110111 0 111010 101 1100100 0 1001101 100101001 1100100 1011

Color Harmonies of #37003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37003A

Black with #37003A

Text Example


Text Example

White with #37003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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