Html Css Color HEX #181714 Maire

📋 copy color: '#181714'

red 24 ◦ green 23 ◦ blue 20

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

Shades of Maire #181714

Tints of Maire #181714

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.2% from 255) = 29.85%

R = 35.82%
G = 34.33%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#181714 (or 0x181714) is known color: 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

RGB 24 23 20 -
CMYK 0 0.04 0.17 0.91
HSL 45º 0.09% 0.09% -
HSV(B) 45º 0.17% 0.09% -
XYZ 0.81 0.86 0.78 -
YUV 22.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 24 23 20 0 0.04 0.17 0.91 45 0.09 0.09
Hex 18 17 14 0 4 11 5B 2D 9 9
Octal 30 27 24 0 4 21 133 55 11 11
Binary 11000 10111 10100 0 100 10001 1011011 101101 1001 1001

Color Harmonies of #181714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181714

Black with #181714

Text Example


Text Example

White with #181714

Text Example


Text Example

HTML Codes & Css Web 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>