Html Css Color HEX #100C00 Maire

📋 copy color: '#100C00'

red 16 ◦ green 12 ◦ blue 0

#100C00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #100C00

Tints of Maire #100C00

RGB

 RED value IS 16 (6.64% from 255) = 57.14%

 GREEN value IS 12 (5.08% from 255) = 42.86%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.14%
G = 42.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.94

RGB Variations

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

Color information

#100C00 (or 0x100C00) is known color: Maire. HEX triplet: 10, 0C and 00. RGB value is (16,12,0). Sum of RGB (Red+Green+Blue) = 16+12+0=28 (3% of max value = 765). Red value is 16 (6.64% from 255 or 57.14% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 16 - color contains mainly: red. Hex color #100C00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C00 is #EFF3FF. Grayscale: #0B0B0B. Windows color (decimal): -15725568 or 3088. OLE color: 3088.

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

Color convert

RGB 16 12 0 -
CMYK 0 0.25 1 0.94
HSL 45º 1% 0.03% -
HSV(B) 45º 1% 0.06% -
XYZ 0.35 0.37 0.05 -
YUV 11.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 16 12 0 0 0.25 1 0.94 45 1 0.03
Hex 10 C 0 0 19 64 5E 2D 64 3
Octal 20 14 0 0 31 144 136 55 144 3
Binary 10000 1100 0 0 11001 1100100 1011110 101101 1100100 11

Color Harmonies of #100C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C00

Black with #100C00

Text Example


Text Example

White with #100C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #100C00;
 }
 .AnyTagClassName
 {
   color: #100C00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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