#141505

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

Shades of Maire #141505

Tints of Maire #141505

Color information

#141505 (or 0x141505) is unknown color: approx Maire. HEX triplet: 14, 15 and 05. RGB value is (20,21,5). Sum of RGB (Red+Green+Blue) = 20+21+5=46 (6% of max value = 765). Red value is 20 (8.20% from 255 or 43.48% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #141505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141505 is #EBEAFA. Grayscale: #121212. Windows color (decimal): -15461115 or 333076. OLE color: 333076.

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

Color convert

RGB20215-
CMYK0.0500.760.92
HSL63.75º61.54%5.1%-
HSV(B)63.75º76.19%8.24%-
XYZ0.580.70.25-
YUV18.88120.17128.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 43.48%
GREEN value IS 21 (8.59% from 255) = 45.65%
BLUE value IS 5 (2.34% from 255) = 10.87%
R=43.48%
G=45.65%
B=10.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal202150.0500.760.9263.7561.545.1
Hex14155504C5C403e5
Octal2425550114134100765
Binary10100101011011010100110010111001000000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141505; }

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

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

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

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

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

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

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

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