#140D00

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

Shades of Maire #140D00

Tints of Maire #140D00

Color information

#140D00 (or 0x140D00) is unknown color: approx Maire. HEX triplet: 14, 0D and 00. RGB value is (20,13,0). Sum of RGB (Red+Green+Blue) = 20+13+0=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 13 (5.47% from 255 or 39.39% from 33); Blue value is 0 (0.39% from 255 or 0% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140D00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D00 is #EBF2FF. Grayscale: #0D0D0D. Windows color (decimal): -15463168 or 3348. OLE color: 3348.

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

Color convert

RGB20130-
CMYK00.3510.92
HSL39º100%3.92%-
HSV(B)39º100%7.84%-
XYZ0.430.440.06-
YUV13.61120.32132.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 60.61%
GREEN value IS 13 (5.47% from 255) = 39.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.61%
G=39.39%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2013000.3510.92391003.92
Hex14D0023645C27644
Octal24150043144134471444
Binary10100110100100011110010010111001001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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