Html Css Color HEX #14130F Maire

📋 copy color: '#14130F'

red 20 ◦ green 19 ◦ blue 15

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

Shades of Maire #14130F

Tints of Maire #14130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 27.78%

R = 37.04%
G = 35.19%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14130F (or 0x14130F) is known color: Maire. HEX triplet: 14, 13 and 0F. RGB value is (20,19,15). Sum of RGB (Red+Green+Blue) = 20+19+15=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 20 - color contains mainly: red. Hex color #14130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14130F is #EBECF0. Grayscale: #121212. Windows color (decimal): -15461617 or 987924. OLE color: 987924.

HSL color Cylindrical-coordinate representation of color #14130F: hue angle of 48º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #14130F is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 19 15 -
CMYK 0 0.05 0.25 0.92
HSL 48º 0.14% 0.07% -
HSV(B) 48º 0.25% 0.08% -
XYZ 0.61 0.65 0.55 -
YUV 18.84 125.83 128.83 -
System Red Green Blue C M Y K H S L
Decimal 20 19 15 0 0.05 0.25 0.92 48 0.14 0.07
Hex 14 13 F 0 5 19 5C 30 E 7
Octal 24 23 17 0 5 31 134 60 16 7
Binary 10100 10011 1111 0 101 11001 1011100 110000 1110 111

Color Harmonies of #14130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14130F

Black with #14130F

Text Example


Text Example

White with #14130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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