Html Css Color HEX #191413 Seal Brown

📋 copy color: '#191413'

red 25 ◦ green 20 ◦ blue 19

#191413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #191413

Tints of Seal Brown #191413

RGB

 RED value IS 25 (10.16% from 255) = 39.06%

 GREEN value IS 20 (8.2% from 255) = 31.25%

 BLUE value IS 19 (7.81% from 255) = 29.69%

R = 39.06%
G = 31.25%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.90

RGB Variations

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

Color information

#191413 (or 0x191413) is known color: Seal Brown. HEX triplet: 19, 14 and 13. RGB value is (25,20,19). Sum of RGB (Red+Green+Blue) = 25+20+19=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 25 - color contains mainly: red. Hex color #191413 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191413 is #E6EBEC. Grayscale: #151515. Windows color (decimal): -15133677 or 1250329. OLE color: 1250329.

HSL color Cylindrical-coordinate representation of color #191413: hue angle of 10º 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 #191413 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.90.

Color convert

RGB 25 20 19 -
CMYK 0 0.20 0.24 0.90
HSL 10º 0.14% 0.09% -
HSV(B) 10º 0.24% 0.1% -
XYZ 0.77 0.75 0.72 -
YUV 21.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 25 20 19 0 0.20 0.24 0.90 10 0.14 0.09
Hex 19 14 13 0 14 18 5A A E 9
Octal 31 24 23 0 24 30 132 12 16 11
Binary 11001 10100 10011 0 10100 11000 1011010 1010 1110 1001

Color Harmonies of #191413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191413

Black with #191413

Text Example


Text Example

White with #191413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191413; }

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

 H1.HeaderClassName
 {
   color: #191413;
 }
 .AnyTagClassName
 {
   color: #191413;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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