#100E07

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

Shades of Maire #100E07

Tints of Maire #100E07

Color information

#100E07 (or 0x100E07) is unknown color: approx Maire. HEX triplet: 10, 0E and 07. RGB value is (16,14,7). Sum of RGB (Red+Green+Blue) = 16+14+7=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 7 (3.12% from 255 or 18.92% from 37); Max value from RGB is 16 - color contains mainly: red. Hex color #100E07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E07 is #EFF1F8. Grayscale: #0D0D0D. Windows color (decimal): -15725049 or 462352. OLE color: 462352.

HSL color Cylindrical-coordinate representation of color #100E07: hue angle of 46.67º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #100E07 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.94.

Color convert

RGB16147-
CMYK00.130.560.94
HSL46.67º39.13%4.51%-
HSV(B)46.67º56.25%6.27%-
XYZ0.410.440.26-
YUV13.8124.16129.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 43.24%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 7 (3.12% from 255) = 18.92%
R=43.24%
G=37.84%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.56
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1614700.130.560.9446.6739.134.51
Hex10E70D385E2f275
Octal201670157013657475
Binary100001110111011011110001011110101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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