#140D01

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

Shades of Maire #140D01

Tints of Maire #140D01

Color information

#140D01 (or 0x140D01) is unknown color: approx Maire. HEX triplet: 14, 0D and 01. RGB value is (20,13,1). Sum of RGB (Red+Green+Blue) = 20+13+1=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 13 (5.47% from 255 or 38.24% from 34); Blue value is 1 (0.78% from 255 or 2.94% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140D01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D01 is #EBF2FE. Grayscale: #0D0D0D. Windows color (decimal): -15463167 or 68884. OLE color: 68884.

HSL color Cylindrical-coordinate representation of color #140D01: hue angle of 37.89º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140D01 is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.92.

Color convert

RGB20131-
CMYK00.350.950.92
HSL37.89º90.48%4.12%-
HSV(B)37.89º95%7.84%-
XYZ0.440.440.09-
YUV13.72120.82132.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 58.82%
GREEN value IS 13 (5.47% from 255) = 38.24%
BLUE value IS 1 (0.78% from 255) = 2.94%
R=58.82%
G=38.24%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2013100.350.950.9237.8990.484.12
Hex14D10235F5C265a4
Octal24151043137134461324
Binary10100110110100011101111110111001001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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