#181404

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

Shades of Maire #181404

Tints of Maire #181404

Color information

#181404 (or 0x181404) is unknown color: approx Maire. HEX triplet: 18, 14 and 04. RGB value is (24,20,4). Sum of RGB (Red+Green+Blue) = 24+20+4=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #181404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181404 is #E7EBFB. Grayscale: #131313. Windows color (decimal): -15199228 or 267288. OLE color: 267288.

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

Color convert

RGB24204-
CMYK00.170.830.91
HSL48º71.43%5.49%-
HSV(B)48º83.33%9.41%-
XYZ0.650.70.22-
YUV19.37119.33131.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 50%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=50%
G=41.67%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal2420400.170.830.914871.435.49
Hex18144011535B30475
Octal30244021123133601075
Binary1100010100100010001101001110110111100001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181404; }

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

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

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

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

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

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

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

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