#1E0C1E

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

Shades of Mardi Gras #1E0C1E

Tints of Mardi Gras #1E0C1E

Color information

#1E0C1E (or 0x1E0C1E) is unknown color: approx Mardi Gras. HEX triplet: 1E, 0C and 1E. RGB value is (30,12,30). Sum of RGB (Red+Green+Blue) = 30+12+30=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E0C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C1E is #E1F3E1. Grayscale: #131313. Windows color (decimal): -14808034 or 1969182. OLE color: 1969182.

HSL color Cylindrical-coordinate representation of color #1E0C1E: hue angle of 300º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E0C1E is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB301230-
CMYK00.6000.88
HSL300º42.86%8.24%-
HSV(B)300º60%11.76%-
XYZ0.90.631.3-
YUV19.43133.96135.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.67%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 30 (12.11% from 255) = 41.67%
R=41.67%
G=16.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30123000.6000.8830042.868.24
Hex1EC1E03C05812c2b8
Octal36143607401304545310
Binary111101100111100111100010110001001011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0C1E; }

 p { color: rgb(30,12,30); }

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

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

 a { background-color: rgb(30,12,30); }

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

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

 span { border-color: rgb(30,12,30); }

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