#141502

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

Shades of Maire #141502

Tints of Maire #141502

Color information

#141502 (or 0x141502) is unknown color: approx Maire. HEX triplet: 14, 15 and 02. RGB value is (20,21,2). Sum of RGB (Red+Green+Blue) = 20+21+2=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 2 (1.17% from 255 or 4.65% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #141502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141502 is #EBEAFD. Grayscale: #121212. Windows color (decimal): -15461118 or 136468. OLE color: 136468.

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

Color convert

RGB20212-
CMYK0.0500.900.92
HSL63.16º82.61%4.51%-
HSV(B)63.16º90.48%8.24%-
XYZ0.570.690.16-
YUV18.54118.67129.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 46.51%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 2 (1.17% from 255) = 4.65%
R=46.51%
G=48.84%
B=4.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202120.0500.900.9263.1682.614.51
Hex14152505A5C3f535
Octal2425250132134771235
Binary1010010101101010101101010111001111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141502; }

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

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

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

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

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

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

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

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