#191409

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

Shades of Maire #191409

Tints of Maire #191409

Color information

#191409 (or 0x191409) is unknown color: approx Maire. HEX triplet: 19, 14 and 09. RGB value is (25,20,9). Sum of RGB (Red+Green+Blue) = 25+20+9=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #191409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191409 is #E6EBF6. Grayscale: #141414. Windows color (decimal): -15133687 or 594969. OLE color: 594969.

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

Color convert

RGB25209-
CMYK00.200.640.90
HSL41.25º47.06%6.67%-
HSV(B)41.25º64%9.8%-
XYZ0.70.730.36-
YUV20.24121.66131.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 20 (8.20% from 255) = 37.04%
BLUE value IS 9 (3.91% from 255) = 16.67%
R=46.30%
G=37.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2520900.200.640.9041.2547.066.67
Hex19149014405A292f7
Octal31241102410013251577
Binary1100110100100101010010000001011010101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191409; }

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

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

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

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

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

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

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

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