Html Css Color HEX #191312 Seal Brown

📋 copy color: '#191312'

red 25 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #191312

Tints of Seal Brown #191312

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 value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.90

RGB Variations

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

Color information

#191312 (or 0x191312) is known color: 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

RGB 25 19 18 -
CMYK 0 0.24 0.28 0.90
HSL 8.57º 0.16% 0.08% -
HSV(B) 8.57º 0.28% 0.1% -
XYZ 0.74 0.72 0.67 -
YUV 20.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 25 19 18 0 0.24 0.28 0.90 8.57 0.16 0.08
Hex 19 13 12 0 18 1C 5A 9 10 8
Octal 31 23 22 0 30 34 132 11 20 10
Binary 11001 10011 10010 0 11000 11100 1011010 1001 10000 1000

Color Harmonies of #191312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191312

Black with #191312

Text Example


Text Example

White with #191312

Text Example


Text Example

HTML Codes & Css Web 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>