#181400

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

Shades of Maire #181400

Tints of Maire #181400

Color information

#181400 (or 0x181400) is unknown color: approx Maire. HEX triplet: 18, 14 and 00. RGB value is (24,20,0). Sum of RGB (Red+Green+Blue) = 24+20+0=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #181400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181400 is #E7EBFF. Grayscale: #131313. Windows color (decimal): -15199232 or 5144. OLE color: 5144.

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

Color convert

RGB24200-
CMYK00.1710.91
HSL50º100%4.71%-
HSV(B)50º100%9.41%-
XYZ0.630.690.1-
YUV18.92117.33131.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 54.55%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.55%
G=45.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 1
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2420000.1710.91501004.71
Hex18140011645B32645
Octal30240021144133621445
Binary11000101000010001110010010110111100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181400; }

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

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

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

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

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

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

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

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