#141507

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

Shades of Maire #141507

Tints of Maire #141507

Color information

#141507 (or 0x141507) is unknown color: approx Maire. HEX triplet: 14, 15 and 07. RGB value is (20,21,7). Sum of RGB (Red+Green+Blue) = 20+21+7=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 7 (3.12% from 255 or 14.58% from 48); Max value from RGB is 21 - color contains mainly: green. Hex color #141507 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141507 is #EBEAF8. Grayscale: #131313. Windows color (decimal): -15461113 or 464148. OLE color: 464148.

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

Color convert

RGB20217-
CMYK0.0500.670.92
HSL64.29º50%5.49%-
HSV(B)64.29º66.67%8.24%-
XYZ0.60.70.3-
YUV19.1121.17128.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 41.67%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 7 (3.12% from 255) = 14.58%
R=41.67%
G=43.75%
B=14.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202170.0500.670.9264.29505.49
Hex1415750435C40325
Octal2425750103134100625
Binary10100101011111010100001110111001000000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141507; }

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

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

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

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

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

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

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

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