#141403

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

Shades of Maire #141403

Tints of Maire #141403

Color information

#141403 (or 0x141403) is unknown color: approx Maire. HEX triplet: 14, 14 and 03. RGB value is (20,20,3). Sum of RGB (Red+Green+Blue) = 20+20+3=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 20 (8.20% from 255 or 46.51% from 43); Blue value is 3 (1.56% from 255 or 6.98% from 43); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141403 is #EBEBFC. Grayscale: #121212. Windows color (decimal): -15461373 or 201748. OLE color: 201748.

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

Color convert

RGB20203-
CMYK000.850.92
HSL60º73.91%4.51%-
HSV(B)60º85%7.84%-
XYZ0.560.660.18-
YUV18.06119.5129.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 20 (8.20% from 255) = 46.51%
BLUE value IS 3 (1.56% from 255) = 6.98%
R=46.51%
G=46.51%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20203000.850.926073.914.51
Hex1414300555C3c4a5
Octal2424300125134741125
Binary10100101001100101010110111001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141403; }

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

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

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

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

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

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

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

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