#191601

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

Shades of Maire #191601

Tints of Maire #191601

Color information

#191601 (or 0x191601) is unknown color: approx Maire. HEX triplet: 19, 16 and 01. RGB value is (25,22,1). Sum of RGB (Red+Green+Blue) = 25+22+1=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #191601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191601 is #E6E9FE. Grayscale: #141414. Windows color (decimal): -15133183 or 71193. OLE color: 71193.

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

Color convert

RGB25221-
CMYK00.120.960.90
HSL52.5º92.31%5.1%-
HSV(B)52.5º96%9.8%-
XYZ0.690.780.14-
YUV20.5116.99131.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 52.08%
GREEN value IS 22 (8.98% from 255) = 45.83%
BLUE value IS 1 (0.78% from 255) = 2.08%
R=52.08%
G=45.83%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2522100.120.960.9052.592.315.1
Hex191610C605A345c5
Octal31261014140132641345
Binary1100110110101100110000010110101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191601; }

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

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

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

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

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

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

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

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