#1E101E

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

Shades of Mardi Gras #1E101E

Tints of Mardi Gras #1E101E

Color information

#1E101E (or 0x1E101E) is unknown color: approx Mardi Gras. HEX triplet: 1E, 10 and 1E. RGB value is (30,16,30). Sum of RGB (Red+Green+Blue) = 30+16+30=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 30 (12.11% from 255 or 39.47% from 76); Max value from RGB is 30 - color contains mainly: red, blue. Hex color #1E101E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101E is #E1EFE1. Grayscale: #151515. Windows color (decimal): -14807010 or 1970206. OLE color: 1970206.

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

Color convert

RGB301630-
CMYK00.4700.88
HSL300º30.43%9.02%-
HSV(B)300º46.67%11.76%-
XYZ0.960.741.32-
YUV21.78132.64133.86-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 30 (12.11% from 255) = 39.47%
R=39.47%
G=21.05%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30163000.4700.8830030.439.02
Hex1E101E02F05812c1e9
Octal36203605701304543611
Binary111101000011110010111101011000100101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E101E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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