#141404

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

Shades of Maire #141404

Tints of Maire #141404

Color information

#141404 (or 0x141404) is unknown color: approx Maire. HEX triplet: 14, 14 and 04. RGB value is (20,20,4). Sum of RGB (Red+Green+Blue) = 20+20+4=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 20 (8.20% from 255 or 45.45% from 44); Blue value is 4 (1.95% from 255 or 9.09% from 44); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141404 is #EBEBFB. Grayscale: #121212. Windows color (decimal): -15461372 or 267284. OLE color: 267284.

HSL color Cylindrical-coordinate representation of color #141404: hue angle of 60º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141404 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB20204-
CMYK000.800.92
HSL60º66.67%4.71%-
HSV(B)60º80%7.84%-
XYZ0.560.660.21-
YUV18.18120129.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 45.45%
GREEN value IS 20 (8.20% from 255) = 45.45%
BLUE value IS 4 (1.95% from 255) = 9.09%
R=45.45%
G=45.45%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20204000.800.926066.674.71
Hex1414400505C3c435
Octal2424400120134741035
Binary101001010010000101000010111001111001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141404; }

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

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

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

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

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

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

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

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