Html Css Color HEX #111001 Maire

📋 copy color: '#111001'

red 17 ◦ green 16 ◦ blue 1

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

Shades of Maire #111001

Tints of Maire #111001

RGB

 RED value IS 17 (7.03% from 255) = 50%

 GREEN value IS 16 (6.64% from 255) = 47.06%

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

R = 50%
G = 47.06%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.93

RGB Variations

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

Color information

#111001 (or 0x111001) is known color: Maire. HEX triplet: 11, 10 and 01. RGB value is (17,16,1). Sum of RGB (Red+Green+Blue) = 17+16+1=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #111001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111001 is #EEEFFE. Grayscale: #0E0E0E. Windows color (decimal): -15659007 or 69649. OLE color: 69649.

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

Color convert

RGB 17 16 1 -
CMYK 0 0.06 0.94 0.93
HSL 56.25º 0.89% 0.04% -
HSV(B) 56.25º 0.94% 0.07% -
XYZ 0.42 0.49 0.1 -
YUV 14.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 17 16 1 0 0.06 0.94 0.93 56.25 0.89 0.04
Hex 11 10 1 0 6 5E 5D 38 59 4
Octal 21 20 1 0 6 136 135 70 131 4
Binary 10001 10000 1 0 110 1011110 1011101 111000 1011001 100

Color Harmonies of #111001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111001

Black with #111001

Text Example


Text Example

White with #111001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111001; }

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

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

background-color css

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

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

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

border-color css

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

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

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