#181900

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

Shades of Maire #181900

Tints of Maire #181900

Color information

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

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

Color convert

RGB24250-
CMYK0.04010.90
HSL62.4º100%4.9%-
HSV(B)62.4º100%9.8%-
XYZ0.720.890.13-
YUV21.85115.67129.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal242500.04010.9062.41004.9
Hex1819040645A3e645
Octal3031040144132761445
Binary110001100101000110010010110101111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181900; }

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

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

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

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

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

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

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

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