Html Css Color HEX #100F01 Maire

📋 copy color: '#100F01'

red 16 ◦ green 15 ◦ blue 1

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

Shades of Maire #100F01

Tints of Maire #100F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 3.13%

R = 50%
G = 46.88%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#100F01 (or 0x100F01) is known color: Maire. HEX triplet: 10, 0F and 01. RGB value is (16,15,1). Sum of RGB (Red+Green+Blue) = 16+15+1=32 (4% of max value = 765). Red value is 16 (6.64% from 255 or 50% from 32); Green value is 15 (6.25% from 255 or 46.88% from 32); Blue value is 1 (0.78% from 255 or 3.12% from 32); Max value from RGB is 16 - color contains mainly: red. Hex color #100F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F01 is #EFF0FE. Grayscale: #0D0D0D. Windows color (decimal): -15724799 or 69392. OLE color: 69392.

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

Color convert

RGB 16 15 1 -
CMYK 0 0.06 0.94 0.94
HSL 56º 0.88% 0.03% -
HSV(B) 56º 0.94% 0.06% -
XYZ 0.39 0.45 0.1 -
YUV 13.7 120.83 129.64 -
System Red Green Blue C M Y K H S L
Decimal 16 15 1 0 0.06 0.94 0.94 56 0.88 0.03
Hex 10 F 1 0 6 5E 5E 38 58 3
Octal 20 17 1 0 6 136 136 70 130 3
Binary 10000 1111 1 0 110 1011110 1011110 111000 1011000 11

Color Harmonies of #100F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F01

Black with #100F01

Text Example


Text Example

White with #100F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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