#191508

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

Shades of Maire #191508

Tints of Maire #191508

Color information

#191508 (or 0x191508) is unknown color: approx Maire. HEX triplet: 19, 15 and 08. RGB value is (25,21,8). Sum of RGB (Red+Green+Blue) = 25+21+8=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 25 - color contains mainly: red. Hex color #191508 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191508 is #E6EAF7. Grayscale: #141414. Windows color (decimal): -15133432 or 529689. OLE color: 529689.

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

Color convert

RGB25218-
CMYK00.160.680.90
HSL45.88º51.52%6.47%-
HSV(B)45.88º68%9.8%-
XYZ0.710.760.34-
YUV20.71120.83131.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 46.30%
GREEN value IS 21 (8.59% from 255) = 38.89%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=46.30%
G=38.89%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521800.160.680.9045.8851.526.47
Hex19158010445A2e346
Octal31251002010413256646
Binary1100110101100001000010001001011010101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191508; }

 p { color: rgb(25,21,8); }

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

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

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

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

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

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

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