Html Css Color HEX #140E02 Maire

📋 copy color: '#140E02'

red 20 ◦ green 14 ◦ blue 2

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

Shades of Maire #140E02

Tints of Maire #140E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 5.56%

R = 55.56%
G = 38.89%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#140E02 (or 0x140E02) is known color: Maire. HEX triplet: 14, 0E and 02. RGB value is (20,14,2). Sum of RGB (Red+Green+Blue) = 20+14+2=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E02 is #EBF1FD. Grayscale: #0E0E0E. Windows color (decimal): -15462910 or 134676. OLE color: 134676.

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

Color convert

RGB 20 14 2 -
CMYK 0 0.30 0.90 0.92
HSL 40º 0.82% 0.04% -
HSV(B) 40º 0.9% 0.08% -
XYZ 0.46 0.47 0.12 -
YUV 14.43 120.99 131.98 -
System Red Green Blue C M Y K H S L
Decimal 20 14 2 0 0.30 0.90 0.92 40 0.82 0.04
Hex 14 E 2 0 1E 5A 5C 28 52 4
Octal 24 16 2 0 36 132 134 50 122 4
Binary 10100 1110 10 0 11110 1011010 1011100 101000 1010010 100

Color Harmonies of #140E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E02

Black with #140E02

Text Example


Text Example

White with #140E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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