#181714

Color #181714 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #181714

Tints of Maire #181714

Color information

#181714 (or 0x181714) is unknown color: approx Maire. HEX triplet: 18, 17 and 14. RGB value is (24,23,20). Sum of RGB (Red+Green+Blue) = 24+23+20=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 20 (8.20% from 255 or 29.85% from 67); Max value from RGB is 24 - color contains mainly: red. Hex color #181714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181714 is #E7E8EB. Grayscale: #161616. Windows color (decimal): -15198444 or 1316632. OLE color: 1316632.

HSL color Cylindrical-coordinate representation of color #181714: hue angle of 45º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #181714 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB242320-
CMYK00.040.170.91
HSL45º9.09%8.63%-
HSV(B)45º16.67%9.41%-
XYZ0.810.860.78-
YUV22.96126.33128.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 35.82%
GREEN value IS 23 (9.38% from 255) = 34.33%
BLUE value IS 20 (8.20% from 255) = 29.85%
R=35.82%
G=34.33%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal24232000.040.170.91459.098.63
Hex18171404115B2d99
Octal3027240421133551111
Binary110001011110100010010001101101110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181714; }

 p { color: rgb(24,23,20); }

 H1.HeaderClassName
 {
   color: #181714;
 }
 .AnyTagClassName
 {
   color: #181714;
 }
</style>
background-color css

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

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

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

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

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

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