#191312

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

Shades of Seal Brown #191312

Tints of Seal Brown #191312

Color information

#191312 (or 0x191312) is unknown color: approx Seal Brown. HEX triplet: 19, 13 and 12. RGB value is (25,19,18). Sum of RGB (Red+Green+Blue) = 25+19+18=62 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.32% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 25 - color contains mainly: red. Hex color #191312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191312 is #E6ECED. Grayscale: #141414. Windows color (decimal): -15133934 or 1184537. OLE color: 1184537.

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

Color convert

RGB251918-
CMYK00.240.280.90
HSL8.57º16.28%8.43%-
HSV(B)8.57º28%9.8%-
XYZ0.740.720.67-
YUV20.68126.49131.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 40.32%
GREEN value IS 19 (7.81% from 255) = 30.65%
BLUE value IS 18 (7.42% from 255) = 29.03%
R=40.32%
G=30.65%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25191800.240.280.908.5716.288.43
Hex1913120181C5A9108
Octal31232203034132112010
Binary1100110011100100110001110010110101001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191312; }

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

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

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

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

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

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

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

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