#140F00

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

Shades of Maire #140F00

Tints of Maire #140F00

Color information

#140F00 (or 0x140F00) is unknown color: approx Maire. HEX triplet: 14, 0F and 00. RGB value is (20,15,0). Sum of RGB (Red+Green+Blue) = 20+15+0=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F00 is #EBF0FF. Grayscale: #0E0E0E. Windows color (decimal): -15462656 or 3860. OLE color: 3860.

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

Color convert

RGB20150-
CMYK00.2510.92
HSL45º100%3.92%-
HSV(B)45º100%7.84%-
XYZ0.460.490.07-
YUV14.78119.66131.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 57.14%
GREEN value IS 15 (6.25% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2015000.2510.92451003.92
Hex14F0019645C2d644
Octal24170031144134551444
Binary1010011110011001110010010111001011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140F00; }

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

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

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

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

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

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

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

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