#191401

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

Shades of Maire #191401

Tints of Maire #191401

Color information

#191401 (or 0x191401) is unknown color: approx Maire. HEX triplet: 19, 14 and 01. RGB value is (25,20,1). Sum of RGB (Red+Green+Blue) = 25+20+1=46 (6% of max value = 765). Red value is 25 (10.16% from 255 or 54.35% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 1 (0.78% from 255 or 2.17% from 46); Max value from RGB is 25 - color contains mainly: red. Hex color #191401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191401 is #E6EBFE. Grayscale: #131313. Windows color (decimal): -15133695 or 70681. OLE color: 70681.

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

Color convert

RGB25201-
CMYK00.200.960.90
HSL47.5º92.31%5.1%-
HSV(B)47.5º96%9.8%-
XYZ0.660.710.13-
YUV19.33117.66132.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 54.35%
GREEN value IS 20 (8.20% from 255) = 43.48%
BLUE value IS 1 (0.78% from 255) = 2.17%
R=54.35%
G=43.48%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2520100.200.960.9047.592.315.1
Hex19141014605A305c5
Octal31241024140132601345
Binary11001101001010100110000010110101100001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191401; }

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

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

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

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

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

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

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

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