#370033

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

Shades of Mardi Gras #370033

Tints of Mardi Gras #370033

Color information

#370033 (or 0x370033) is unknown color: approx Mardi Gras. HEX triplet: 37, 00 and 33. RGB value is (55,0,51). Sum of RGB (Red+Green+Blue) = 55+0+51=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 0 (0.39% from 255 or 0% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #370033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370033 is #C8FFCC. Grayscale: #161616. Windows color (decimal): -13172685 or 3342391. OLE color: 3342391.

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

Color convert

RGB55051-
CMYK010.070.78
HSL304.36º100%10.78%-
HSV(B)304.36º100%21.57%-
XYZ2.171.053.22-
YUV22.26144.22151.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 48.11%
R=51.89%
G=0%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55051010.070.78304.3610010.78
Hex3703306474E13064b
Octal670630144711646014413
Binary110111011001101100100111100111010011000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370033; }

 p { color: rgb(55,0,51); }

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

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

 a { background-color: rgb(55,0,51); }

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

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

 span { border-color: rgb(55,0,51); }

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