#371230

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

Shades of Mardi Gras #371230

Tints of Mardi Gras #371230

Color information

#371230 (or 0x371230) is unknown color: approx Mardi Gras. HEX triplet: 37, 12 and 30. RGB value is (55,18,48). Sum of RGB (Red+Green+Blue) = 55+18+48=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #371230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371230 is #C8EDCF. Grayscale: #202020. Windows color (decimal): -13168080 or 3150391. OLE color: 3150391.

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

Color convert

RGB551848-
CMYK00.670.130.78
HSL311.35º50.68%14.31%-
HSV(B)311.35º67.27%21.57%-
XYZ2.331.462.96-
YUV32.48136.76144.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=45.45%
G=14.88%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55184800.670.130.78311.3550.6814.31
Hex371230043D4E13733e
Octal6722600103151164676316
Binary1101111001011000001000011110110011101001101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371230; }

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

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

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

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

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

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

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

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