Html Css Color HEX #37012F Mardi Gras

📋 copy color: '#37012F'

red 55 ◦ green 1 ◦ blue 47

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

Shades of Mardi Gras #37012F

Tints of Mardi Gras #37012F

RGB

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

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

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

R = 53.4%
G = 0.97%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.78

RGB Variations

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

Color information

#37012F (or 0x37012F) is known color: Mardi Gras. HEX triplet: 37, 01 and 2F. RGB value is (55,1,47). Sum of RGB (Red+Green+Blue) = 55+1+47=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #37012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37012F is #C8FED0. Grayscale: #161616. Windows color (decimal): -13172433 or 3080503. OLE color: 3080503.

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

Color convert

RGB 55 1 47 -
CMYK 0 0.98 0.15 0.78
HSL 308.89º 0.96% 0.11% -
HSV(B) 308.89º 0.98% 0.22% -
XYZ 2.1 1.04 2.78 -
YUV 22.39 141.89 151.26 -
System Red Green Blue C M Y K H S L
Decimal 55 1 47 0 0.98 0.15 0.78 308.89 0.96 0.11
Hex 37 1 2F 0 62 F 4E 135 60 B
Octal 67 1 57 0 142 17 116 465 140 13
Binary 110111 1 101111 0 1100010 1111 1001110 100110101 1100000 1011

Color Harmonies of #37012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37012F

Black with #37012F

Text Example


Text Example

White with #37012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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