Html Css Color HEX #100D01 Maire

📋 copy color: '#100D01'

red 16 ◦ green 13 ◦ blue 1

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

Shades of Maire #100D01

Tints of Maire #100D01

RGB

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

 GREEN value IS 13 (5.47% from 255) = 43.33%

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

R = 53.33%
G = 43.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.94

RGB Variations

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

Color information

#100D01 (or 0x100D01) is known color: Maire. HEX triplet: 10, 0D and 01. RGB value is (16,13,1). Sum of RGB (Red+Green+Blue) = 16+13+1=30 (3% of max value = 765). Red value is 16 (6.64% from 255 or 53.33% from 30); Green value is 13 (5.47% from 255 or 43.33% from 30); Blue value is 1 (0.78% from 255 or 3.33% from 30); Max value from RGB is 16 - color contains mainly: red. Hex color #100D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D01 is #EFF2FE. Grayscale: #0C0C0C. Windows color (decimal): -15725311 or 68880. OLE color: 68880.

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

Color convert

RGB 16 13 1 -
CMYK 0 0.19 0.94 0.94
HSL 48º 0.88% 0.03% -
HSV(B) 48º 0.94% 0.06% -
XYZ 0.36 0.4 0.09 -
YUV 12.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 16 13 1 0 0.19 0.94 0.94 48 0.88 0.03
Hex 10 D 1 0 13 5E 5E 30 58 3
Octal 20 15 1 0 23 136 136 60 130 3
Binary 10000 1101 1 0 10011 1011110 1011110 110000 1011000 11

Color Harmonies of #100D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100D01

Black with #100D01

Text Example


Text Example

White with #100D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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