Html Css Color HEX #191914 Maire

📋 copy color: '#191914'

red 25 ◦ green 25 ◦ blue 20

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

Shades of Maire #191914

Tints of Maire #191914

RGB

 RED value IS 25 (10.16% from 255) = 35.71%

 GREEN value IS 25 (10.16% from 255) = 35.71%

 BLUE value IS 20 (8.2% from 255) = 28.57%

R = 35.71%
G = 35.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#191914 (or 0x191914) is known color: Maire. HEX triplet: 19, 19 and 14. RGB value is (25,25,20). Sum of RGB (Red+Green+Blue) = 25+25+20=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191914 is #E6E6EB. Grayscale: #181818. Windows color (decimal): -15132396 or 1317145. OLE color: 1317145.

HSL color Cylindrical-coordinate representation of color #191914: hue angle of 60º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #191914 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 25 20 -
CMYK 0 0 0.20 0.90
HSL 60º 0.11% 0.09% -
HSV(B) 60º 0.2% 0.1% -
XYZ 0.87 0.95 0.8 -
YUV 24.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 25 25 20 0 0 0.20 0.90 60 0.11 0.09
Hex 19 19 14 0 0 14 5A 3C B 9
Octal 31 31 24 0 0 24 132 74 13 11
Binary 11001 11001 10100 0 0 10100 1011010 111100 1011 1001

Color Harmonies of #191914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191914

Black with #191914

Text Example


Text Example

White with #191914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191914; }

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

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

background-color css

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

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

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

border-color css

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

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

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