#191307

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

Shades of Maire #191307

Tints of Maire #191307

Color information

#191307 (or 0x191307) is unknown color: approx Maire. HEX triplet: 19, 13 and 07. RGB value is (25,19,7). Sum of RGB (Red+Green+Blue) = 25+19+7=51 (6% of max value = 765). Red value is 25 (10.16% from 255 or 49.02% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 25 - color contains mainly: red. Hex color #191307 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191307 is #E6ECF8. Grayscale: #131313. Windows color (decimal): -15133945 or 463641. OLE color: 463641.

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

Color convert

RGB25197-
CMYK00.240.720.90
HSL40º56.25%6.27%-
HSV(B)40º72%9.8%-
XYZ0.670.690.3-
YUV19.43120.99131.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 49.02%
GREEN value IS 19 (7.81% from 255) = 37.25%
BLUE value IS 7 (3.12% from 255) = 13.73%
R=49.02%
G=37.25%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2519700.240.720.904056.256.27
Hex19137018485A28386
Octal3123703011013250706
Binary110011001111101100010010001011010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191307; }

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

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

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

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

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

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

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

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