#17130C

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

Shades of Maire #17130C

Tints of Maire #17130C

Color information

#17130C (or 0x17130C) is unknown color: approx Maire. HEX triplet: 17, 13 and 0C. RGB value is (23,19,12). Sum of RGB (Red+Green+Blue) = 23+19+12=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 12 (5.08% from 255 or 22.22% from 54); Max value from RGB is 23 - color contains mainly: red. Hex color #17130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17130C is #E8ECF3. Grayscale: #131313. Windows color (decimal): -15265012 or 791319. OLE color: 791319.

HSL color Cylindrical-coordinate representation of color #17130C: hue angle of 38.18º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #17130C is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.91.

Color convert

RGB231912-
CMYK00.170.480.91
HSL38.18º31.43%6.86%-
HSV(B)38.18º47.83%9.02%-
XYZ0.650.670.44-
YUV19.4123.83130.57-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 42.59%
GREEN value IS 19 (7.81% from 255) = 35.19%
BLUE value IS 12 (5.08% from 255) = 22.22%
R=42.59%
G=35.19%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23191200.170.480.9138.1831.436.86
Hex1713C011305B261f7
Octal2723140216013346377
Binary10111100111100010001110000101101110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17130C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17130C; }

 p { color: rgb(23,19,12); }

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

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

 a { background-color: rgb(23,19,12); }

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

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

 span { border-color: rgb(23,19,12); }

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