Html Css Color HEX #37033A Mardi Gras

📋 copy color: '#37033A'

red 55 ◦ green 3 ◦ blue 58

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

Shades of Mardi Gras #37033A

Tints of Mardi Gras #37033A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.59%

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

R = 47.41%
G = 2.59%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#37033A (or 0x37033A) is known color: Mardi Gras. HEX triplet: 37, 03 and 3A. RGB value is (55,3,58). Sum of RGB (Red+Green+Blue) = 55+3+58=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 3 (1.56% from 255 or 2.59% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #37033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37033A is #C8FCC5. Grayscale: #181818. Windows color (decimal): -13171910 or 3801911. OLE color: 3801911.

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

Color convert

RGB 55 3 58 -
CMYK 0.05 0.95 0 0.77
HSL 296.73º 0.9% 0.12% -
HSV(B) 296.73º 0.95% 0.23% -
XYZ 2.37 1.18 4.11 -
YUV 24.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 55 3 58 0.05 0.95 0 0.77 296.73 0.9 0.12
Hex 37 3 3A 5 5F 0 4D 129 5A C
Octal 67 3 72 5 137 0 115 451 132 14
Binary 110111 11 111010 101 1011111 0 1001101 100101001 1011010 1100

Color Harmonies of #37033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37033A

Black with #37033A

Text Example


Text Example

White with #37033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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