#100E02

Color #100E02 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #100E02

Tints of Maire #100E02

Color information

#100E02 (or 0x100E02) is unknown color: approx Maire. HEX triplet: 10, 0E and 02. RGB value is (16,14,2). Sum of RGB (Red+Green+Blue) = 16+14+2=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 2 (1.17% from 255 or 6.25% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #100E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E02 is #EFF1FD. Grayscale: #0D0D0D. Windows color (decimal): -15725054 or 134672. OLE color: 134672.

HSL color Cylindrical-coordinate representation of color #100E02: hue angle of 51.43º 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 #100E02 is Cyan = 0, Magento = 0.13, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB16142-
CMYK00.130.870.94
HSL51.43º77.78%3.53%-
HSV(B)51.43º87.5%6.27%-
XYZ0.380.430.12-
YUV13.23121.66129.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1614200.130.870.9451.4377.783.53
Hex10E20D575E334e4
Octal20162015127136631164
Binary1000011101001101101011110111101100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100E02; }

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

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

<style>
 a { background-color: #100E02; }

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

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

<style>
 span { border-color: #100E02; }

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

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