#111000

Color #111000 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #111000

Tints of Maire #111000

Color information

#111000 (or 0x111000) is unknown color: approx Maire. HEX triplet: 11, 10 and 00. RGB value is (17,16,0). Sum of RGB (Red+Green+Blue) = 17+16+0=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 16 (6.64% from 255 or 48.48% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #111000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111000 is #EEEFFF. Grayscale: #0E0E0E. Windows color (decimal): -15659008 or 4113. OLE color: 4113.

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

Color convert

RGB17160-
CMYK00.0610.93
HSL56.47º100%3.33%-
HSV(B)56.47º100%6.67%-
XYZ0.420.490.07-
YUV14.48119.83129.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 16 (6.64% from 255) = 48.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.52%
G=48.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1716000.0610.9356.471003.33
Hex1110006645D38643
Octal2120006144135701443
Binary10001100000011011001001011101111000110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111000; }

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

 H1.HeaderClassName
 {
   color: #111000;
 }
 .AnyTagClassName
 {
   color: #111000;
 }
</style>
background-color css

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

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

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

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

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

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