#100C02

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

Shades of Maire #100C02

Tints of Maire #100C02

Color information

#100C02 (or 0x100C02) is unknown color: approx Maire. HEX triplet: 10, 0C and 02. RGB value is (16,12,2). Sum of RGB (Red+Green+Blue) = 16+12+2=30 (3% of max value = 765). Red value is 16 (6.64% from 255 or 53.33% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 2 (1.17% from 255 or 6.67% from 30); Max value from RGB is 16 - color contains mainly: red. Hex color #100C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C02 is #EFF3FD. Grayscale: #0C0C0C. Windows color (decimal): -15725566 or 134160. OLE color: 134160.

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

Color convert

RGB16122-
CMYK00.250.870.94
HSL42.86º77.78%3.53%-
HSV(B)42.86º87.5%6.27%-
XYZ0.360.380.11-
YUV12.06122.33130.81-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 53.33%
GREEN value IS 12 (5.08% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 6.67%
R=53.33%
G=40%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.87
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal1612200.250.870.9442.8677.783.53
Hex10C2019575E2b4e4
Octal20142031127136531164
Binary10000110010011001101011110111101010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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