#141300

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

Shades of Maire #141300

Tints of Maire #141300

Color information

#141300 (or 0x141300) is unknown color: approx Maire. HEX triplet: 14, 13 and 00. RGB value is (20,19,0). Sum of RGB (Red+Green+Blue) = 20+19+0=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #141300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141300 is #EBECFF. Grayscale: #111111. Windows color (decimal): -15461632 or 4884. OLE color: 4884.

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

Color convert

RGB20190-
CMYK00.0510.92
HSL57º100%3.92%-
HSV(B)57º100%7.84%-
XYZ0.520.610.09-
YUV17.13118.33130.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 51.28%
GREEN value IS 19 (7.81% from 255) = 48.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.28%
G=48.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2019000.0510.92571003.92
Hex1413005645C39644
Octal2423005144134711444
Binary101001001100101110010010111001110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141300; }

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

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

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

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

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

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

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

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