#191201

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

Shades of Maire #191201

Tints of Maire #191201

Color information

#191201 (or 0x191201) is unknown color: approx Maire. HEX triplet: 19, 12 and 01. RGB value is (25,18,1). Sum of RGB (Red+Green+Blue) = 25+18+1=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 18 (7.42% from 255 or 40.91% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #191201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191201 is #E6EDFE. Grayscale: #121212. Windows color (decimal): -15134207 or 70169. OLE color: 70169.

HSL color Cylindrical-coordinate representation of color #191201: hue angle of 42.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 #191201 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.90.

Color convert

RGB25181-
CMYK00.280.960.90
HSL42.5º92.31%5.1%-
HSV(B)42.5º96%9.8%-
XYZ0.620.640.12-
YUV18.15118.32132.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 56.82%
GREEN value IS 18 (7.42% from 255) = 40.91%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=56.82%
G=40.91%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2518100.280.960.9042.592.315.1
Hex1912101C605A2a5c5
Octal31221034140132521345
Binary11001100101011100110000010110101010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191201; }

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

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

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

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

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

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

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

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