#141504

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

Shades of Maire #141504

Tints of Maire #141504

Color information

#141504 (or 0x141504) is unknown color: approx Maire. HEX triplet: 14, 15 and 04. RGB value is (20,21,4). Sum of RGB (Red+Green+Blue) = 20+21+4=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 21 (8.59% from 255 or 46.67% from 45); Blue value is 4 (1.95% from 255 or 8.89% from 45); Max value from RGB is 21 - color contains mainly: green. Hex color #141504 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141504 is #EBEAFB. Grayscale: #121212. Windows color (decimal): -15461116 or 267540. OLE color: 267540.

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

Color convert

RGB20214-
CMYK0.0500.810.92
HSL63.53º68%4.9%-
HSV(B)63.53º80.95%8.24%-
XYZ0.580.690.22-
YUV18.76119.67128.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 46.67%
BLUE value IS 4 (1.95% from 255) = 8.89%
R=44.44%
G=46.67%
B=8.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202140.0500.810.9263.53684.9
Hex1415450515C40445
Octal24254501211341001045
Binary101001010110010101010001101110010000001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141504; }

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

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

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

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

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

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

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

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