#17130B

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

Shades of Maire #17130B

Tints of Maire #17130B

Color information

#17130B (or 0x17130B) is unknown color: approx Maire. HEX triplet: 17, 13 and 0B. RGB value is (23,19,11). Sum of RGB (Red+Green+Blue) = 23+19+11=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 23 - color contains mainly: red. Hex color #17130B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #17130B is #E8ECF4. Grayscale: #131313. Windows color (decimal): -15265013 or 725783. OLE color: 725783.

HSL color Cylindrical-coordinate representation of color #17130B: hue angle of 40º 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 #17130B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.91.

Color convert

RGB231911-
CMYK00.170.520.91
HSL40º35.29%6.67%-
HSV(B)40º52.17%9.02%-
XYZ0.650.670.41-
YUV19.28123.33130.65-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 43.40%
GREEN value IS 19 (7.81% from 255) = 35.85%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=43.40%
G=35.85%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.52
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal23191100.170.520.914035.296.67
Hex1713B011345B28237
Octal2723130216413350437
Binary101111001110110100011101001011011101000100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17130B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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