#17140B

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

Shades of Maire #17140B

Tints of Maire #17140B

Color information

#17140B (or 0x17140B) is unknown color: approx Maire. HEX triplet: 17, 14 and 0B. RGB value is (23,20,11). Sum of RGB (Red+Green+Blue) = 23+20+11=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #17140B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17140B is #E8EBF4. Grayscale: #131313. Windows color (decimal): -15264757 or 726039. OLE color: 726039.

HSL color Cylindrical-coordinate representation of color #17140B: hue angle of 45º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17140B is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB232011-
CMYK00.130.520.91
HSL45º35.29%6.67%-
HSV(B)45º52.17%9.02%-
XYZ0.660.710.42-
YUV19.87122.99130.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 42.59%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 11 (4.69% from 255) = 20.37%
R=42.59%
G=37.04%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23201100.130.520.914535.296.67
Hex1714B0D345B2d237
Octal2724130156413355437
Binary10111101001011011011101001011011101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,20,11); }

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

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

 a { background-color: rgb(23,20,11); }

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

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

 span { border-color: rgb(23,20,11); }

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