Html Css Color HEX #14140F Maire

📋 copy color: '#14140F'

red 20 ◦ green 20 ◦ blue 15

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

Shades of Maire #14140F

Tints of Maire #14140F

RGB

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

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

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

R = 36.36%
G = 36.36%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14140F (or 0x14140F) is known color: Maire. HEX triplet: 14, 14 and 0F. RGB value is (20,20,15). Sum of RGB (Red+Green+Blue) = 20+20+15=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 20 - color contains mainly: red, green. Hex color #14140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14140F is #EBEBF0. Grayscale: #131313. Windows color (decimal): -15461361 or 988180. OLE color: 988180.

HSL color Cylindrical-coordinate representation of color #14140F: hue angle of 60º 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 #14140F is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 20 15 -
CMYK 0 0 0.25 0.92
HSL 60º 0.14% 0.07% -
HSV(B) 60º 0.25% 0.08% -
XYZ 0.62 0.68 0.55 -
YUV 19.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 20 20 15 0 0 0.25 0.92 60 0.14 0.07
Hex 14 14 F 0 0 19 5C 3C E 7
Octal 24 24 17 0 0 31 134 74 16 7
Binary 10100 10100 1111 0 0 11001 1011100 111100 1110 111

Color Harmonies of #14140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14140F

Black with #14140F

Text Example


Text Example

White with #14140F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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