Html Css Color HEX #141411 Maire

📋 copy color: '#141411'

red 20 ◦ green 20 ◦ blue 17

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

Shades of Maire #141411

Tints of Maire #141411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 29.82%

R = 35.09%
G = 35.09%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#141411 (or 0x141411) is known color: Maire. HEX triplet: 14, 14 and 11. RGB value is (20,20,17). Sum of RGB (Red+Green+Blue) = 20+20+17=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 20 (8.20% from 255 or 35.09% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 20 - color contains mainly: red, green. Hex color #141411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141411 is #EBEBEE. Grayscale: #131313. Windows color (decimal): -15461359 or 1119252. OLE color: 1119252.

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

Color convert

RGB 20 20 17 -
CMYK 0 0 0.15 0.92
HSL 60º 0.08% 0.07% -
HSV(B) 60º 0.15% 0.08% -
XYZ 0.64 0.69 0.63 -
YUV 19.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 20 20 17 0 0 0.15 0.92 60 0.08 0.07
Hex 14 14 11 0 0 F 5C 3C 8 7
Octal 24 24 21 0 0 17 134 74 10 7
Binary 10100 10100 10001 0 0 1111 1011100 111100 1000 111

Color Harmonies of #141411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141411

Black with #141411

Text Example


Text Example

White with #141411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141411; }

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

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

background-color css

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

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

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

border-color css

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

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

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