#141002

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

Shades of Maire #141002

Tints of Maire #141002

Color information

#141002 (or 0x141002) is unknown color: approx Maire. HEX triplet: 14, 10 and 02. RGB value is (20,16,2). Sum of RGB (Red+Green+Blue) = 20+16+2=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #141002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141002 is #EBEFFD. Grayscale: #0F0F0F. Windows color (decimal): -15462398 or 135188. OLE color: 135188.

HSL color Cylindrical-coordinate representation of color #141002: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #141002 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB20162-
CMYK00.200.900.92
HSL46.67º81.82%4.31%-
HSV(B)46.67º90%7.84%-
XYZ0.480.520.13-
YUV15.6120.33131.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 16 (6.64% from 255) = 42.11%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=52.63%
G=42.11%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2016200.200.900.9246.6781.824.31
Hex141020145A5C2f524
Octal24202024132134571224
Binary101001000010010100101101010111001011111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141002; }

 p { color: rgb(20,16,2); }

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

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

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

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

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

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

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