#13110B

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

Shades of Maire #13110B

Tints of Maire #13110B

Color information

#13110B (or 0x13110B) is unknown color: approx Maire. HEX triplet: 13, 11 and 0B. RGB value is (19,17,11). Sum of RGB (Red+Green+Blue) = 19+17+11=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 11 (4.69% from 255 or 23.40% from 47); Max value from RGB is 19 - color contains mainly: red. Hex color #13110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110B is #ECEEF4. Grayscale: #101010. Windows color (decimal): -15527669 or 725267. OLE color: 725267.

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

Color convert

RGB191711-
CMYK00.110.420.93
HSL45º26.67%5.88%-
HSV(B)45º42.11%7.45%-
XYZ0.530.560.4-
YUV16.91124.66129.49-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 40.43%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 11 (4.69% from 255) = 23.40%
R=40.43%
G=36.17%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal19171100.110.420.934526.675.88
Hex1311B0B2A5D2d1b6
Octal2321130135213555336
Binary1001110001101101011101010101110110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13110B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13110B; }

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

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

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

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

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

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

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

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