#141005

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

Shades of Maire #141005

Tints of Maire #141005

Color information

#141005 (or 0x141005) is unknown color: approx Maire. HEX triplet: 14, 10 and 05. RGB value is (20,16,5). Sum of RGB (Red+Green+Blue) = 20+16+5=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #141005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141005 is #EBEFFA. Grayscale: #0F0F0F. Windows color (decimal): -15462395 or 331796. OLE color: 331796.

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

Color convert

RGB20165-
CMYK00.200.750.92
HSL44º60%4.9%-
HSV(B)44º75%7.84%-
XYZ0.50.530.22-
YUV15.94121.83130.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 48.78%
GREEN value IS 16 (6.64% from 255) = 39.02%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=48.78%
G=39.02%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2016500.200.750.9244604.9
Hex141050144B5C2c3c5
Octal2420502411313454745
Binary101001000010101010010010111011100101100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141005; }

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

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

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

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

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

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

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

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