#141500

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

Shades of Maire #141500

Tints of Maire #141500

Color information

#141500 (or 0x141500) is unknown color: approx Maire. HEX triplet: 14, 15 and 00. RGB value is (20,21,0). Sum of RGB (Red+Green+Blue) = 20+21+0=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 21 (8.59% from 255 or 51.22% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 21 - color contains mainly: green. Hex color #141500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141500 is #EBEAFF. Grayscale: #121212. Windows color (decimal): -15461120 or 5396. OLE color: 5396.

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

Color convert

RGB20210-
CMYK0.05010.92
HSL62.86º100%4.12%-
HSV(B)62.86º100%8.24%-
XYZ0.560.690.1-
YUV18.31117.67129.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 21 (8.59% from 255) = 51.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.78%
G=51.22%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202100.05010.9262.861004.12
Hex1415050645C3f644
Octal2425050144134771444
Binary101001010101010110010010111001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141500; }

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

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

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

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

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

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

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

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