Html Css Color HEX #101201 Maire

📋 copy color: '#101201'

red 16 ◦ green 18 ◦ blue 1

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

Shades of Maire #101201

Tints of Maire #101201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 51.43%

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

R = 45.71%
G = 51.43%
B = 2.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#101201 (or 0x101201) is known color: Maire. HEX triplet: 10, 12 and 01. RGB value is (16,18,1). Sum of RGB (Red+Green+Blue) = 16+18+1=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #101201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101201 is #EFEDFE. Grayscale: #0F0F0F. Windows color (decimal): -15724031 or 70160. OLE color: 70160.

HSL color Cylindrical-coordinate representation of color #101201: hue angle of 67.06º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #101201 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 18 1 -
CMYK 0.11 0 0.94 0.93
HSL 67.06º 0.89% 0.04% -
HSV(B) 67.06º 0.94% 0.07% -
XYZ 0.44 0.54 0.11 -
YUV 15.46 119.84 128.38 -
System Red Green Blue C M Y K H S L
Decimal 16 18 1 0.11 0 0.94 0.93 67.06 0.89 0.04
Hex 10 12 1 B 0 5E 5D 43 59 4
Octal 20 22 1 13 0 136 135 103 131 4
Binary 10000 10010 1 1011 0 1011110 1011101 1000011 1011001 100

Color Harmonies of #101201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101201

Black with #101201

Text Example


Text Example

White with #101201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101201; }

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

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

background-color css

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

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

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

border-color css

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

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

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