#141104

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

Shades of Maire #141104

Tints of Maire #141104

Color information

#141104 (or 0x141104) is unknown color: approx Maire. HEX triplet: 14, 11 and 04. RGB value is (20,17,4). Sum of RGB (Red+Green+Blue) = 20+17+4=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 4 (1.95% from 255 or 9.76% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #141104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141104 is #EBEEFB. Grayscale: #101010. Windows color (decimal): -15462140 or 266516. OLE color: 266516.

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

Color convert

RGB20174-
CMYK00.150.800.92
HSL48.75º66.67%4.71%-
HSV(B)48.75º80%7.84%-
XYZ0.510.560.2-
YUV16.42120.99130.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 17 (7.03% from 255) = 41.46%
BLUE value IS 4 (1.95% from 255) = 9.76%
R=48.78%
G=41.46%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.80
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2017400.150.800.9248.7566.674.71
Hex141140F505C31435
Octal24214017120134611035
Binary101001000110001111101000010111001100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141104; }

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

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

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

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

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

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

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

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