#191900

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

Shades of Maire #191900

Tints of Maire #191900

Color information

#191900 (or 0x191900) is unknown color: approx Maire. HEX triplet: 19, 19 and 00. RGB value is (25,25,0). Sum of RGB (Red+Green+Blue) = 25+25+0=50 (6% of max value = 765). Red value is 25 (10.16% from 255 or 50% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191900 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191900 is #E6E6FF. Grayscale: #161616. Windows color (decimal): -15132416 or 6425. OLE color: 6425.

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

Color convert

RGB25250-
CMYK0010.90
HSL60º100%4.9%-
HSV(B)60º100%9.8%-
XYZ0.750.90.13-
YUV22.15115.5130.03-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal252500010.90601004.9
Hex1919000645A3c645
Octal3131000144132741445
Binary1100111001000110010010110101111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191900; }

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

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

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

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

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

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

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

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