Html Css Color HEX #14130E Maire

📋 copy color: '#14130E'

red 20 ◦ green 19 ◦ blue 14

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

Shades of Maire #14130E

Tints of Maire #14130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

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

R = 37.74%
G = 35.85%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#14130E (or 0x14130E) is known color: Maire. HEX triplet: 14, 13 and 0E. RGB value is (20,19,14). Sum of RGB (Red+Green+Blue) = 20+19+14=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 14 (5.86% from 255 or 26.42% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #14130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130E is #EBECF1. Grayscale: #121212. Windows color (decimal): -15461618 or 922388. OLE color: 922388.

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

Color convert

RGB 20 19 14 -
CMYK 0 0.05 0.30 0.92
HSL 50º 0.18% 0.07% -
HSV(B) 50º 0.3% 0.08% -
XYZ 0.6 0.65 0.51 -
YUV 18.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 20 19 14 0 0.05 0.30 0.92 50 0.18 0.07
Hex 14 13 E 0 5 1E 5C 32 12 7
Octal 24 23 16 0 5 36 134 62 22 7
Binary 10100 10011 1110 0 101 11110 1011100 110010 10010 111

Color Harmonies of #14130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14130E

Black with #14130E

Text Example


Text Example

White with #14130E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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