#191300

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

Shades of Maire #191300

Tints of Maire #191300

Color information

#191300 (or 0x191300) is unknown color: approx Maire. HEX triplet: 19, 13 and 00. RGB value is (25,19,0). Sum of RGB (Red+Green+Blue) = 25+19+0=44 (5% of max value = 765). Red value is 25 (10.16% from 255 or 56.82% from 44); Green value is 19 (7.81% from 255 or 43.18% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 25 - color contains mainly: red. Hex color #191300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191300 is #E6ECFF. Grayscale: #121212. Windows color (decimal): -15133952 or 4889. OLE color: 4889.

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

Color convert

RGB25190-
CMYK00.2410.90
HSL45.6º100%4.9%-
HSV(B)45.6º100%9.8%-
XYZ0.630.670.1-
YUV18.63117.49132.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 56.82%
GREEN value IS 19 (7.81% from 255) = 43.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.82%
G=43.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2519000.2410.9045.61004.9
Hex19130018645A2e645
Octal31230030144132561445
Binary11001100110011000110010010110101011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191300; }

 p { color: rgb(25,19,0); }

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

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

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

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

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

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

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