Html Css Color HEX #100E09 Maire

📋 copy color: '#100E09'

red 16 ◦ green 14 ◦ blue 9

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

Shades of Maire #100E09

Tints of Maire #100E09

RGB

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

 GREEN value IS 14 (5.86% from 255) = 35.9%

 BLUE value IS 9 (3.91% from 255) = 23.08%

R = 41.03%
G = 35.9%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#100E09 (or 0x100E09) is known color: Maire. HEX triplet: 10, 0E and 09. RGB value is (16,14,9). Sum of RGB (Red+Green+Blue) = 16+14+9=39 (5% of max value = 765). Red value is 16 (6.64% from 255 or 41.03% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 9 (3.91% from 255 or 23.08% from 39); Max value from RGB is 16 - color contains mainly: red. Hex color #100E09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E09 is #EFF1F6. Grayscale: #0E0E0E. Windows color (decimal): -15725047 or 593424. OLE color: 593424.

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

Color convert

RGB 16 14 9 -
CMYK 0 0.13 0.44 0.94
HSL 42.86º 0.28% 0.05% -
HSV(B) 42.86º 0.44% 0.06% -
XYZ 0.42 0.44 0.32 -
YUV 14.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 16 14 9 0 0.13 0.44 0.94 42.86 0.28 0.05
Hex 10 E 9 0 D 2C 5E 2B 1C 5
Octal 20 16 11 0 15 54 136 53 34 5
Binary 10000 1110 1001 0 1101 101100 1011110 101011 11100 101

Color Harmonies of #100E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E09

Black with #100E09

Text Example


Text Example

White with #100E09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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