Html Css Color HEX #10020E Mardi Gras

📋 copy color: '#10020E'

red 16 ◦ green 2 ◦ blue 14

#10020E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #10020E

Tints of Mardi Gras #10020E

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 value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.94

RGB Variations

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

Color information

#10020E (or 0x10020E) is known color: 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

RGB 16 2 14 -
CMYK 0 0.87 0.13 0.94
HSL 308.57º 0.78% 0.04% -
HSV(B) 308.57º 0.88% 0.06% -
XYZ 0.31 0.19 0.43 -
YUV 7.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 16 2 14 0 0.87 0.13 0.94 308.57 0.78 0.04
Hex 10 2 E 0 57 D 5E 135 4E 4
Octal 20 2 16 0 127 15 136 465 116 4
Binary 10000 10 1110 0 1010111 1101 1011110 100110101 1001110 100

Color Harmonies of #10020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10020E

Black with #10020E

Text Example


Text Example

White with #10020E

Text Example


Text Example

HTML Codes & Css Web 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>