#191313

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

Shades of Seal Brown #191313

Tints of Seal Brown #191313

Color information

#191313 (or 0x191313) is unknown color: approx Seal Brown. HEX triplet: 19, 13 and 13. RGB value is (25,19,19). Sum of RGB (Red+Green+Blue) = 25+19+19=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #191313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191313 is #E6ECEC. Grayscale: #141414. Windows color (decimal): -15133933 or 1250073. OLE color: 1250073.

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

Color convert

RGB251919-
CMYK00.240.240.90
HSL13.64%8.63%-
HSV(B)24%9.8%-
XYZ0.750.720.72-
YUV20.79126.99131-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 19 (7.81% from 255) = 30.16%
R=39.68%
G=30.16%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25191900.240.240.90013.648.63
Hex191313018185A0e9
Octal3123230303013201611
Binary110011001110011011000110001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191313; }

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

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

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

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

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

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

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

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