#372335

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

Shades of Mardi Gras #372335

Tints of Mardi Gras #372335

Color information

#372335 (or 0x372335) is unknown color: approx Mardi Gras. HEX triplet: 37, 23 and 35. RGB value is (55,35,53). Sum of RGB (Red+Green+Blue) = 55+35+53=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 55 - color contains mainly: red. Hex color #372335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372335 is #C8DCCA. Grayscale: #2A2A2A. Windows color (decimal): -13163723 or 3482423. OLE color: 3482423.

HSL color Cylindrical-coordinate representation of color #372335: hue angle of 306º degrees, saturation: 0.22, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #372335 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB553553-
CMYK00.360.040.78
HSL306º22.22%17.65%-
HSV(B)306º36.36%21.57%-
XYZ2.822.273.66-
YUV43.03133.63136.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 35 (14.06% from 255) = 24.48%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=38.46%
G=24.48%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55355300.360.040.7830622.2217.65
Hex37233502444E1321612
Octal67436504441164622622
Binary110111100011110101010010010010011101001100101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372335; }

 p { color: rgb(55,35,53); }

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

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

 a { background-color: rgb(55,35,53); }

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

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

 span { border-color: rgb(55,35,53); }

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