#141204

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

Shades of Maire #141204

Tints of Maire #141204

Color information

#141204 (or 0x141204) is unknown color: approx Maire. HEX triplet: 14, 12 and 04. RGB value is (20,18,4). Sum of RGB (Red+Green+Blue) = 20+18+4=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #141204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141204 is #EBEDFB. Grayscale: #111111. Windows color (decimal): -15461884 or 266772. OLE color: 266772.

HSL color Cylindrical-coordinate representation of color #141204: hue angle of 52.5º 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 #141204 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.92.

Color convert

RGB20184-
CMYK00.100.800.92
HSL52.5º66.67%4.71%-
HSV(B)52.5º80%7.84%-
XYZ0.530.590.2-
YUV17120.66130.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 47.62%
GREEN value IS 18 (7.42% from 255) = 42.86%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=47.62%
G=42.86%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2018400.100.800.9252.566.674.71
Hex141240A505C34435
Octal24224012120134641035
Binary101001001010001010101000010111001101001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141204; }

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

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

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

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

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

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

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

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