Html Css Color HEX #100F09 Maire

📋 copy color: '#100F09'

red 16 ◦ green 15 ◦ blue 9

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

Shades of Maire #100F09

Tints of Maire #100F09

RGB

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

 GREEN value IS 15 (6.25% from 255) = 37.5%

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

R = 40%
G = 37.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.94

RGB Variations

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

Color information

#100F09 (or 0x100F09) is known color: Maire. HEX triplet: 10, 0F and 09. RGB value is (16,15,9). Sum of RGB (Red+Green+Blue) = 16+15+9=40 (5% of max value = 765). Red value is 16 (6.64% from 255 or 40% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 16 - color contains mainly: red. Hex color #100F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F09 is #EFF0F6. Grayscale: #0E0E0E. Windows color (decimal): -15724791 or 593680. OLE color: 593680.

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

Color convert

RGB 16 15 9 -
CMYK 0 0.06 0.44 0.94
HSL 51.43º 0.28% 0.05% -
HSV(B) 51.43º 0.44% 0.06% -
XYZ 0.43 0.47 0.33 -
YUV 14.62 124.83 128.99 -
System Red Green Blue C M Y K H S L
Decimal 16 15 9 0 0.06 0.44 0.94 51.43 0.28 0.05
Hex 10 F 9 0 6 2C 5E 33 1C 5
Octal 20 17 11 0 6 54 136 63 34 5
Binary 10000 1111 1001 0 110 101100 1011110 110011 11100 101

Color Harmonies of #100F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F09

Black with #100F09

Text Example


Text Example

White with #100F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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