#19190B

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

Shades of Maire #19190B

Tints of Maire #19190B

Color information

#19190B (or 0x19190B) is unknown color: approx Maire. HEX triplet: 19, 19 and 0B. RGB value is (25,25,11). Sum of RGB (Red+Green+Blue) = 25+25+11=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 25 - color contains mainly: red, green. Hex color #19190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19190B is #E6E6F4. Grayscale: #171717. Windows color (decimal): -15132405 or 727321. OLE color: 727321.

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

Color convert

RGB252511-
CMYK000.560.90
HSL60º38.89%7.06%-
HSV(B)60º56%9.8%-
XYZ0.810.930.45-
YUV23.4121129.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.98%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 11 (4.69% from 255) = 18.03%
R=40.98%
G=40.98%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal252511000.560.906038.897.06
Hex1919B00385A3c277
Octal313113007013274477
Binary11001110011011001110001011010111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19190B; }

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

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

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

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

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

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

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

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