#141000

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

Shades of Maire #141000

Tints of Maire #141000

Color information

#141000 (or 0x141000) is unknown color: approx Maire. HEX triplet: 14, 10 and 00. RGB value is (20,16,0). Sum of RGB (Red+Green+Blue) = 20+16+0=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #141000 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141000 is #EBEFFF. Grayscale: #0F0F0F. Windows color (decimal): -15462400 or 4116. OLE color: 4116.

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

Color convert

RGB20160-
CMYK00.2010.92
HSL48º100%3.92%-
HSV(B)48º100%7.84%-
XYZ0.470.520.08-
YUV15.37119.33131.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2016000.2010.92481003.92
Hex14100014645C30644
Octal24200024144134601444
Binary10100100000010100110010010111001100001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141000; }

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

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

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

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

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

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

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

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