#100D02

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

Shades of Maire #100D02

Tints of Maire #100D02

Color information

#100D02 (or 0x100D02) is unknown color: approx Maire. HEX triplet: 10, 0D and 02. RGB value is (16,13,2). Sum of RGB (Red+Green+Blue) = 16+13+2=31 (4% of max value = 765). Red value is 16 (6.64% from 255 or 51.61% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 2 (1.17% from 255 or 6.45% from 31); Max value from RGB is 16 - color contains mainly: red. Hex color #100D02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D02 is #EFF2FD. Grayscale: #0C0C0C. Windows color (decimal): -15725310 or 134416. OLE color: 134416.

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

Color convert

RGB16132-
CMYK00.190.870.94
HSL47.14º77.78%3.53%-
HSV(B)47.14º87.5%6.27%-
XYZ0.370.40.12-
YUV12.64121.99130.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 51.61%
GREEN value IS 13 (5.47% from 255) = 41.94%
BLUE value IS 2 (1.17% from 255) = 6.45%
R=51.61%
G=41.94%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1613200.190.870.9447.1477.783.53
Hex10D2013575E2f4e4
Octal20152023127136571164
Binary10000110110010011101011110111101011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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