#100C05

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

Shades of Maire #100C05

Tints of Maire #100C05

Color information

#100C05 (or 0x100C05) is unknown color: approx Maire. HEX triplet: 10, 0C and 05. RGB value is (16,12,5). Sum of RGB (Red+Green+Blue) = 16+12+5=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C05 is #EFF3FA. Grayscale: #0C0C0C. Windows color (decimal): -15725563 or 330768. OLE color: 330768.

HSL color Cylindrical-coordinate representation of color #100C05: hue angle of 38.18º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100C05 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.94.

Color convert

RGB16125-
CMYK00.250.690.94
HSL38.18º52.38%4.12%-
HSV(B)38.18º68.75%6.27%-
XYZ0.370.380.2-
YUV12.4123.83130.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 48.48%
GREEN value IS 12 (5.08% from 255) = 36.36%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=48.48%
G=36.36%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1612500.250.690.9438.1852.384.12
Hex10C5019455E26344
Octal2014503110513646644
Binary10000110010101100110001011011110100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,12,5); }

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

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

 a { background-color: rgb(16,12,5); }

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

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

 span { border-color: rgb(16,12,5); }

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