#191813

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

Shades of Maire #191813

Tints of Maire #191813

Color information

#191813 (or 0x191813) is unknown color: approx Maire. HEX triplet: 19, 18 and 13. RGB value is (25,24,19). Sum of RGB (Red+Green+Blue) = 25+24+19=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 25 - color contains mainly: red. Hex color #191813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191813 is #E6E7EC. Grayscale: #171717. Windows color (decimal): -15132653 or 1251353. OLE color: 1251353.

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

Color convert

RGB252419-
CMYK00.040.240.90
HSL50º13.64%8.63%-
HSV(B)50º24%9.8%-
XYZ0.850.910.75-
YUV23.73125.33128.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.76%
GREEN value IS 24 (9.77% from 255) = 35.29%
BLUE value IS 19 (7.81% from 255) = 27.94%
R=36.76%
G=35.29%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25241900.040.240.905013.648.63
Hex19181304185A32e9
Octal3130230430132621611
Binary110011100010011010011000101101011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191813; }

 p { color: rgb(25,24,19); }

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

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

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

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

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

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

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