Html Css Color HEX #140E01 Maire

📋 copy color: '#140E01'

red 20 ◦ green 14 ◦ blue 1

#140E01
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #140E01

Tints of Maire #140E01

RGB

 RED value IS 20 (8.2% from 255) = 57.14%

 GREEN value IS 14 (5.86% from 255) = 40%

 BLUE value IS 1 (0.78% from 255) = 2.86%

R = 57.14%
G = 40%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.92

RGB Variations

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

Color information

#140E01 (or 0x140E01) is known color: Maire. HEX triplet: 14, 0E and 01. RGB value is (20,14,1). Sum of RGB (Red+Green+Blue) = 20+14+1=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 1 (0.78% from 255 or 2.86% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #140E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E01 is #EBF1FE. Grayscale: #0E0E0E. Windows color (decimal): -15462911 or 69140. OLE color: 69140.

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

Color convert

RGB 20 14 1 -
CMYK 0 0.30 0.95 0.92
HSL 41.05º 0.9% 0.04% -
HSV(B) 41.05º 0.95% 0.08% -
XYZ 0.45 0.46 0.09 -
YUV 14.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 20 14 1 0 0.30 0.95 0.92 41.05 0.9 0.04
Hex 14 E 1 0 1E 5F 5C 29 5A 4
Octal 24 16 1 0 36 137 134 51 132 4
Binary 10100 1110 1 0 11110 1011111 1011100 101001 1011010 100

Color Harmonies of #140E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E01

Black with #140E01

Text Example


Text Example

White with #140E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #140E01;
 }
 .AnyTagClassName
 {
   color: #140E01;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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