#370430

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

Shades of Mardi Gras #370430

Tints of Mardi Gras #370430

Color information

#370430 (or 0x370430) is unknown color: approx Mardi Gras. HEX triplet: 37, 04 and 30. RGB value is (55,4,48). Sum of RGB (Red+Green+Blue) = 55+4+48=107 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.40% from 107); Green value is 4 (1.95% from 255 or 3.74% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 55 - color contains mainly: red. Hex color #370430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370430 is #C8FBCF. Grayscale: #181818. Windows color (decimal): -13171664 or 3146807. OLE color: 3146807.

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

Color convert

RGB55448-
CMYK00.930.130.78
HSL308.24º86.44%11.57%-
HSV(B)308.24º92.73%21.57%-
XYZ2.151.112.9-
YUV24.26141.4149.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.40%
GREEN value IS 4 (1.95% from 255) = 3.74%
BLUE value IS 48 (19.14% from 255) = 44.86%
R=51.40%
G=3.74%
B=44.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5544800.930.130.78308.2486.4411.57
Hex3743005DD4E13456c
Octal6746001351511646412614
Binary110111100110000010111011101100111010011010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370430; }

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

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

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

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

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

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

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

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