#191414

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

Shades of Seal Brown #191414

Tints of Seal Brown #191414

Color information

#191414 (or 0x191414) is unknown color: approx Seal Brown. HEX triplet: 19, 14 and 14. RGB value is (25,20,20). Sum of RGB (Red+Green+Blue) = 25+20+20=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 25 - color contains mainly: red. Hex color #191414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191414 is #E6EBEB. Grayscale: #151515. Windows color (decimal): -15133676 or 1315865. OLE color: 1315865.

HSL color Cylindrical-coordinate representation of color #191414: hue angle of 0º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #191414 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB252020-
CMYK00.200.200.90
HSL11.11%8.82%-
HSV(B)20%9.8%-
XYZ0.780.760.77-
YUV21.49127.16130.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 38.46%
GREEN value IS 20 (8.20% from 255) = 30.77%
BLUE value IS 20 (8.20% from 255) = 30.77%
R=38.46%
G=30.77%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25202000.200.200.90011.118.82
Hex191414014145A0b9
Octal3124240242413201311
Binary110011010010100010100101001011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191414; }

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

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

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

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

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

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

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

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