#37023A

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

Shades of Mardi Gras #37023A

Tints of Mardi Gras #37023A

Color information

#37023A (or 0x37023A) is unknown color: approx Mardi Gras. HEX triplet: 37, 02 and 3A. RGB value is (55,2,58). Sum of RGB (Red+Green+Blue) = 55+2+58=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 2 (1.17% from 255 or 1.74% from 115); Blue value is 58 (23.05% from 255 or 50.43% from 115); Max value from RGB is 58 - color contains mainly: blue. Hex color #37023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37023A is #C8FDC5. Grayscale: #181818. Windows color (decimal): -13172166 or 3801655. OLE color: 3801655.

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

Color convert

RGB55258-
CMYK0.050.9700.77
HSL296.79º93.33%11.76%-
HSV(B)296.79º96.55%22.75%-
XYZ2.361.164.1-
YUV24.23147.06149.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.83%
GREEN value IS 2 (1.17% from 255) = 1.74%
BLUE value IS 58 (23.05% from 255) = 50.43%
R=47.83%
G=1.74%
B=50.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal552580.050.9700.77296.7993.3311.76
Hex3723A56104D1295dc
Octal672725141011545113514
Binary1101111011101010111000010100110110010100110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37023A;
 }
 .AnyTagClassName
 {
   color: #37023A;
 }
</style>
background-color css

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

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

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

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

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

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