#141100

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

Shades of Maire #141100

Tints of Maire #141100

Color information

#141100 (or 0x141100) is unknown color: approx Maire. HEX triplet: 14, 11 and 00. RGB value is (20,17,0). Sum of RGB (Red+Green+Blue) = 20+17+0=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 0 (0.39% from 255 or 0% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #141100 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141100 is #EBEEFF. Grayscale: #101010. Windows color (decimal): -15462144 or 4372. OLE color: 4372.

HSL color Cylindrical-coordinate representation of color #141100: hue angle of 51º 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 #141100 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.92.

Color convert

RGB20170-
CMYK00.1510.92
HSL51º100%3.92%-
HSV(B)51º100%7.84%-
XYZ0.490.550.08-
YUV15.96118.99130.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 54.05%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.05%
G=45.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2017000.1510.92511003.92
Hex141100F645C33644
Octal24210017144134631444
Binary1010010001001111110010010111001100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141100; }

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

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

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

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

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

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

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

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