#19190D

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

Shades of Maire #19190D

Tints of Maire #19190D

Color information

#19190D (or 0x19190D) is unknown color: approx Maire. HEX triplet: 19, 19 and 0D. RGB value is (25,25,13). Sum of RGB (Red+Green+Blue) = 25+25+13=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 25 (10.16% from 255 or 39.68% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 25 - color contains mainly: red, green. Hex color #19190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19190D is #E6E6F2. Grayscale: #171717. Windows color (decimal): -15132403 or 858393. OLE color: 858393.

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

Color convert

RGB252513-
CMYK000.480.90
HSL60º31.58%7.45%-
HSV(B)60º48%9.8%-
XYZ0.820.930.52-
YUV23.63122128.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 25 (10.16% from 255) = 39.68%
BLUE value IS 13 (5.47% from 255) = 20.63%
R=39.68%
G=39.68%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal252513000.480.906031.587.45
Hex1919D00305A3c207
Octal313115006013274407
Binary11001110011101001100001011010111100100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19190D; }

 p { color: rgb(25,25,13); }

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

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

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

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

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

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

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