#110D03

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

Shades of Maire #110D03

Tints of Maire #110D03

Color information

#110D03 (or 0x110D03) is unknown color: approx Maire. HEX triplet: 11, 0D and 03. RGB value is (17,13,3). Sum of RGB (Red+Green+Blue) = 17+13+3=33 (4% of max value = 765). Red value is 17 (7.03% from 255 or 51.52% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 3 (1.56% from 255 or 9.09% from 33); Max value from RGB is 17 - color contains mainly: red. Hex color #110D03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D03 is #EEF2FC. Grayscale: #0D0D0D. Windows color (decimal): -15659773 or 199953. OLE color: 199953.

HSL color Cylindrical-coordinate representation of color #110D03: hue angle of 42.86º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #110D03 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.93.

Color convert

RGB17133-
CMYK00.240.820.93
HSL42.86º70%3.92%-
HSV(B)42.86º82.35%6.67%-
XYZ0.390.410.15-
YUV13.06122.33130.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 51.52%
GREEN value IS 13 (5.47% from 255) = 39.39%
BLUE value IS 3 (1.56% from 255) = 9.09%
R=51.52%
G=39.39%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1713300.240.820.9342.86703.92
Hex11D3018525D2b464
Octal21153030122135531064
Binary10001110111011000101001010111011010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #110D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,13,3); }

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

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

 a { background-color: rgb(17,13,3); }

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

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

 span { border-color: rgb(17,13,3); }

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