#370030

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

Shades of Mardi Gras #370030

Tints of Mardi Gras #370030

Color information

#370030 (or 0x370030) is unknown color: approx Mardi Gras. HEX triplet: 37, 00 and 30. RGB value is (55,0,48). Sum of RGB (Red+Green+Blue) = 55+0+48=103 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.40% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 55 - color contains mainly: red. Hex color #370030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370030 is #C8FFCF. Grayscale: #151515. Windows color (decimal): -13172688 or 3145783. OLE color: 3145783.

HSL color Cylindrical-coordinate representation of color #370030: hue angle of 307.64º 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 #370030 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB55048-
CMYK010.130.78
HSL307.64º100%10.78%-
HSV(B)307.64º100%21.57%-
XYZ2.111.032.88-
YUV21.92142.72151.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 53.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 46.60%
R=53.40%
G=0%
B=46.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55048010.130.78307.6410010.78
Hex37030064D4E13464b
Octal6706001441511646414413
Binary1101110110000011001001101100111010011010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370030; }

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

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

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

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

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

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

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

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