#110B01

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

Shades of Maire #110B01

Tints of Maire #110B01

Color information

#110B01 (or 0x110B01) is unknown color: approx Maire. HEX triplet: 11, 0B and 01. RGB value is (17,11,1). Sum of RGB (Red+Green+Blue) = 17+11+1=29 (3% of max value = 765). Red value is 17 (7.03% from 255 or 58.62% from 29); Green value is 11 (4.69% from 255 or 37.93% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 17 - color contains mainly: red. Hex color #110B01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B01 is #EEF4FE. Grayscale: #0B0B0B. Windows color (decimal): -15660287 or 68369. OLE color: 68369.

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

Color convert

RGB17111-
CMYK00.350.940.93
HSL37.5º88.89%3.53%-
HSV(B)37.5º94.12%6.67%-
XYZ0.360.360.08-
YUV11.65121.99131.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 58.62%
GREEN value IS 11 (4.69% from 255) = 37.93%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=58.62%
G=37.93%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1711100.350.940.9337.588.893.53
Hex11B10235E5D26594
Octal21131043136135461314
Binary10001101110100011101111010111011001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #110B01; }

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

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

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

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

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

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

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

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