#191000

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

Shades of Maire #191000

Tints of Maire #191000

Color information

#191000 (or 0x191000) is unknown color: approx Maire. HEX triplet: 19, 10 and 00. RGB value is (25,16,0). Sum of RGB (Red+Green+Blue) = 25+16+0=41 (5% of max value = 765). Red value is 25 (10.16% from 255 or 60.98% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 25 - color contains mainly: red. Hex color #191000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191000 is #E6EFFF. Grayscale: #101010. Windows color (decimal): -15134720 or 4121. OLE color: 4121.

HSL color Cylindrical-coordinate representation of color #191000: hue angle of 38.4º 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 #191000 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.90.

Color convert

RGB25160-
CMYK00.3610.90
HSL38.4º100%4.9%-
HSV(B)38.4º100%9.8%-
XYZ0.590.580.08-
YUV16.87118.48133.8-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 60.98%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.98%
G=39.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2516000.3610.9038.41004.9
Hex19100024645A26645
Octal31200044144132461445
Binary110011000000100100110010010110101001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191000; }

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

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

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

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

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

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

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

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