Html Css Color HEX #37022F Mardi Gras

📋 copy color: '#37022F'

red 55 ◦ green 2 ◦ blue 47

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

Shades of Mardi Gras #37022F

Tints of Mardi Gras #37022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

 BLUE value IS 47 (18.75% from 255) = 45.19%

R = 52.88%
G = 1.92%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37022F (or 0x37022F) is known color: Mardi Gras. HEX triplet: 37, 02 and 2F. RGB value is (55,2,47). Sum of RGB (Red+Green+Blue) = 55+2+47=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #37022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37022F is #C8FDD0. Grayscale: #161616. Windows color (decimal): -13172177 or 3080759. OLE color: 3080759.

HSL color Cylindrical-coordinate representation of color #37022F: hue angle of 309.06º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37022F is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 2 47 -
CMYK 0 0.96 0.15 0.78
HSL 309.06º 0.93% 0.11% -
HSV(B) 309.06º 0.96% 0.22% -
XYZ 2.11 1.06 2.78 -
YUV 22.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 55 2 47 0 0.96 0.15 0.78 309.06 0.93 0.11
Hex 37 2 2F 0 60 F 4E 135 5D B
Octal 67 2 57 0 140 17 116 465 135 13
Binary 110111 10 101111 0 1100000 1111 1001110 100110101 1011101 1011

Color Harmonies of #37022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37022F

Black with #37022F

Text Example


Text Example

White with #37022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37022F; }

 p { color: rgb(55,2,47); }

 H1.HeaderClassName
 {
   color: #37022F;
 }
 .AnyTagClassName
 {
   color: #37022F;
 }
</style>

background-color css

<style>
 a { background-color: #37022F; }

 a { background-color: rgb(55,2,47); }

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

border-color css

<style>
 span { border-color: #37022F; }

 span { border-color: rgb(55,2,47); }

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