#370230

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

Shades of Mardi Gras #370230

Tints of Mardi Gras #370230

Color information

#370230 (or 0x370230) is unknown color: approx Mardi Gras. HEX triplet: 37, 02 and 30. RGB value is (55,2,48). Sum of RGB (Red+Green+Blue) = 55+2+48=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 2 (1.17% from 255 or 1.90% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #370230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370230 is #C8FDCF. Grayscale: #161616. Windows color (decimal): -13172176 or 3146295. OLE color: 3146295.

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

Color convert

RGB55248-
CMYK00.960.130.78
HSL307.92º92.98%11.18%-
HSV(B)307.92º96.36%21.57%-
XYZ2.131.072.89-
YUV23.09142.06150.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.38%
GREEN value IS 2 (1.17% from 255) = 1.90%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=52.38%
G=1.90%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5524800.960.130.78307.9292.9811.18
Hex37230060D4E1345db
Octal6726001401511646413513
Binary11011110110000011000001101100111010011010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370230; }

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

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

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

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

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

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

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

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