#141203

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

Shades of Maire #141203

Tints of Maire #141203

Color information

#141203 (or 0x141203) is unknown color: approx Maire. HEX triplet: 14, 12 and 03. RGB value is (20,18,3). Sum of RGB (Red+Green+Blue) = 20+18+3=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #141203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141203 is #EBEDFC. Grayscale: #101010. Windows color (decimal): -15461885 or 201236. OLE color: 201236.

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

Color convert

RGB20183-
CMYK00.100.850.92
HSL52.94º73.91%4.51%-
HSV(B)52.94º85%7.84%-
XYZ0.520.590.17-
YUV16.89120.16130.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 3 (1.56% from 255) = 7.32%
R=48.78%
G=43.90%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2018300.100.850.9252.9473.914.51
Hex141230A555C354a5
Octal24223012125134651125
Binary10100100101101010101010110111001101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141203; }

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

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

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

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

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

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

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

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