#10030E

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

Shades of Mardi Gras #10030E

Tints of Mardi Gras #10030E

Color information

#10030E (or 0x10030E) is unknown color: approx Mardi Gras. HEX triplet: 10, 03 and 0E. RGB value is (16,3,14). Sum of RGB (Red+Green+Blue) = 16+3+14=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 3 (1.56% from 255 or 9.09% from 33); Blue value is 14 (5.86% from 255 or 42.42% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #10030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #10030E is #EFFCF1. Grayscale: #080808. Windows color (decimal): -15727858 or 918288. OLE color: 918288.

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

Color convert

RGB16314-
CMYK00.810.130.94
HSL309.23º68.42%3.73%-
HSV(B)309.23º81.25%6.27%-
XYZ0.330.210.44-
YUV8.14131.31133.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 3 (1.56% from 255) = 9.09%
BLUE value IS 14 (5.86% from 255) = 42.42%
R=48.48%
G=9.09%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1631400.810.130.94309.2368.423.73
Hex103E051D5E135444
Octal203160121151364651044
Binary1000011111001010001110110111101001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10030E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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