Html Css Color HEX #14140E Maire

📋 copy color: '#14140E'

red 20 ◦ green 20 ◦ blue 14

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

Shades of Maire #14140E

Tints of Maire #14140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.04%

 BLUE value IS 14 (5.86% from 255) = 25.93%

R = 37.04%
G = 37.04%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#14140E (or 0x14140E) is known color: Maire. HEX triplet: 14, 14 and 0E. RGB value is (20,20,14). Sum of RGB (Red+Green+Blue) = 20+20+14=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 14 (5.86% from 255 or 25.93% from 54); Max value from RGB is 20 - color contains mainly: red, green. Hex color #14140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14140E is #EBEBF1. Grayscale: #131313. Windows color (decimal): -15461362 or 922644. OLE color: 922644.

HSL color Cylindrical-coordinate representation of color #14140E: hue angle of 60º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #14140E is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 20 14 -
CMYK 0 0 0.30 0.92
HSL 60º 0.18% 0.07% -
HSV(B) 60º 0.3% 0.08% -
XYZ 0.62 0.68 0.51 -
YUV 19.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 20 20 14 0 0 0.30 0.92 60 0.18 0.07
Hex 14 14 E 0 0 1E 5C 3C 12 7
Octal 24 24 16 0 0 36 134 74 22 7
Binary 10100 10100 1110 0 0 11110 1011100 111100 10010 111

Color Harmonies of #14140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14140E

Black with #14140E

Text Example


Text Example

White with #14140E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14140E; }

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

 H1.HeaderClassName
 {
   color: #14140E;
 }
 .AnyTagClassName
 {
   color: #14140E;
 }
</style>

background-color css

<style>
 a { background-color: #14140E; }

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

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

border-color css

<style>
 span { border-color: #14140E; }

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

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