#37013A

Color #37013A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #37013A

Tints of Mardi Gras #37013A

Color information

#37013A (or 0x37013A) is unknown color: approx 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

RGB55158-
CMYK0.050.9800.77
HSL296.84º96.61%11.57%-
HSV(B)296.84º98.28%22.75%-
XYZ2.351.144.1-
YUV23.64147.39150.37-

RGB Variations

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

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 (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal551580.050.9800.77296.8496.6111.57
Hex3713A56204D12961c
Octal671725142011545114114
Binary110111111101010111000100100110110010100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>