#191800

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

Shades of Maire #191800

Tints of Maire #191800

Color information

#191800 (or 0x191800) is unknown color: approx Maire. HEX triplet: 19, 18 and 00. RGB value is (25,24,0). Sum of RGB (Red+Green+Blue) = 25+24+0=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 0 (0.39% from 255 or 0% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #191800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191800 is #E6E7FF. Grayscale: #151515. Windows color (decimal): -15132672 or 6169. OLE color: 6169.

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

Color convert

RGB25240-
CMYK00.0410.90
HSL57.6º100%4.9%-
HSV(B)57.6º100%9.8%-
XYZ0.730.860.13-
YUV21.56115.83130.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 24 (9.77% from 255) = 48.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.02%
G=48.98%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2524000.0410.9057.61004.9
Hex1918004645A3a645
Octal3130004144132721445
Binary110011100000100110010010110101110101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191800; }

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

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

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

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

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

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

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

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