#191914

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

Shades of Maire #191914

Tints of Maire #191914

Color information

#191914 (or 0x191914) is unknown color: approx Maire. HEX triplet: 19, 19 and 14. RGB value is (25,25,20). Sum of RGB (Red+Green+Blue) = 25+25+20=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191914 is #E6E6EB. Grayscale: #181818. Windows color (decimal): -15132396 or 1317145. OLE color: 1317145.

HSL color Cylindrical-coordinate representation of color #191914: hue angle of 60º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #191914 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB252520-
CMYK000.200.90
HSL60º11.11%8.82%-
HSV(B)60º20%9.8%-
XYZ0.870.950.8-
YUV24.43125.5128.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 35.71%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 20 (8.20% from 255) = 28.57%
R=35.71%
G=35.71%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal252520000.200.906011.118.82
Hex19191400145A3cb9
Octal3131240024132741311
Binary1100111001101000010100101101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191914; }

 p { color: rgb(25,25,20); }

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

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

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

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

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

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

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