#191712

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

Shades of Maire #191712

Tints of Maire #191712

Color information

#191712 (or 0x191712) is unknown color: approx Maire. HEX triplet: 19, 17 and 12. RGB value is (25,23,18). Sum of RGB (Red+Green+Blue) = 25+23+18=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 18 (7.42% from 255 or 27.27% from 66); Max value from RGB is 25 - color contains mainly: red. Hex color #191712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191712 is #E6E8ED. Grayscale: #171717. Windows color (decimal): -15132910 or 1185561. OLE color: 1185561.

HSL color Cylindrical-coordinate representation of color #191712: hue angle of 42.86º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191712 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.90.

Color convert

RGB252318-
CMYK00.080.280.90
HSL42.86º16.28%8.43%-
HSV(B)42.86º28%9.8%-
XYZ0.820.860.7-
YUV23.03125.16129.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 37.88%
GREEN value IS 23 (9.38% from 255) = 34.85%
BLUE value IS 18 (7.42% from 255) = 27.27%
R=37.88%
G=34.85%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25231800.080.280.9042.8616.288.43
Hex191712081C5A2b108
Octal31272201034132532010
Binary11001101111001001000111001011010101011100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191712; }

 p { color: rgb(25,23,18); }

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

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

 a { background-color: rgb(25,23,18); }

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

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

 span { border-color: rgb(25,23,18); }

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