#10020E

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

Shades of Mardi Gras #10020E

Tints of Mardi Gras #10020E

Color information

#10020E (or 0x10020E) is unknown color: approx Mardi Gras. HEX triplet: 10, 02 and 0E. RGB value is (16,2,14). Sum of RGB (Red+Green+Blue) = 16+2+14=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 14 (5.86% from 255 or 43.75% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #10020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10020E is #EFFDF1. Grayscale: #070707. Windows color (decimal): -15728114 or 918032. OLE color: 918032.

HSL color Cylindrical-coordinate representation of color #10020E: hue angle of 308.57º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10020E is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.94.

Color convert

RGB16214-
CMYK00.870.130.94
HSL308.57º77.78%3.53%-
HSV(B)308.57º87.5%6.27%-
XYZ0.310.190.43-
YUV7.55131.64134.02-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 6.25%
BLUE value IS 14 (5.86% from 255) = 43.75%
R=50%
G=6.25%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1621400.870.130.94308.5777.783.53
Hex102E057D5E1354e4
Octal202160127151364651164
Binary1000010111001010111110110111101001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10020E; }

 p { color: rgb(16,2,14); }

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

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

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

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

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

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

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