Html Css Color HEX #191912 Maire

📋 copy color: '#191912'

red 25 ◦ green 25 ◦ blue 18

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

Shades of Maire #191912

Tints of Maire #191912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 26.47%

R = 36.76%
G = 36.76%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#191912 (or 0x191912) is known color: Maire. HEX triplet: 19, 19 and 12. RGB value is (25,25,18). Sum of RGB (Red+Green+Blue) = 25+25+18=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 25 - color contains mainly: red, green. Hex color #191912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191912 is #E6E6ED. Grayscale: #181818. Windows color (decimal): -15132398 or 1186073. OLE color: 1186073.

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

Color convert

RGB 25 25 18 -
CMYK 0 0 0.28 0.90
HSL 60º 0.16% 0.08% -
HSV(B) 60º 0.28% 0.1% -
XYZ 0.86 0.95 0.71 -
YUV 24.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 25 25 18 0 0 0.28 0.90 60 0.16 0.08
Hex 19 19 12 0 0 1C 5A 3C 10 8
Octal 31 31 22 0 0 34 132 74 20 10
Binary 11001 11001 10010 0 0 11100 1011010 111100 10000 1000

Color Harmonies of #191912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191912

Black with #191912

Text Example


Text Example

White with #191912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191912; }

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

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

background-color css

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

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

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

border-color css

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

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

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