#191502

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

Shades of Maire #191502

Tints of Maire #191502

Color information

#191502 (or 0x191502) is unknown color: approx Maire. HEX triplet: 19, 15 and 02. RGB value is (25,21,2). Sum of RGB (Red+Green+Blue) = 25+21+2=48 (6% of max value = 765). Red value is 25 (10.16% from 255 or 52.08% from 48); Green value is 21 (8.59% from 255 or 43.75% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 25 - color contains mainly: red. Hex color #191502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191502 is #E6EAFD. Grayscale: #141414. Windows color (decimal): -15133438 or 136473. OLE color: 136473.

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

Color convert

RGB25212-
CMYK00.160.920.90
HSL49.57º85.19%5.29%-
HSV(B)49.57º92%9.8%-
XYZ0.680.750.17-
YUV20.03117.83131.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 52.08%
GREEN value IS 21 (8.59% from 255) = 43.75%
BLUE value IS 2 (1.17% from 255) = 4.17%
R=52.08%
G=43.75%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2521200.160.920.9049.5785.195.29
Hex191520105C5A32555
Octal31252020134132621255
Binary110011010110010000101110010110101100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191502; }

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

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

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

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

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

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

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

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