Html Css Color HEX #191514 Seal Brown

📋 copy color: '#191514'

red 25 ◦ green 21 ◦ blue 20

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

Shades of Seal Brown #191514

Tints of Seal Brown #191514

RGB

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

 GREEN value IS 21 (8.59% from 255) = 31.82%

 BLUE value IS 20 (8.2% from 255) = 30.3%

R = 37.88%
G = 31.82%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

#191514 (or 0x191514) is known color: Seal Brown. HEX triplet: 19, 15 and 14. RGB value is (25,21,20). Sum of RGB (Red+Green+Blue) = 25+21+20=66 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.88% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 25 - color contains mainly: red. Hex color #191514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191514 is #E6EAEB. Grayscale: #161616. Windows color (decimal): -15133420 or 1316121. OLE color: 1316121.

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

Color convert

RGB 25 21 20 -
CMYK 0 0.16 0.20 0.90
HSL 12º 0.11% 0.09% -
HSV(B) 12º 0.2% 0.1% -
XYZ 0.8 0.79 0.77 -
YUV 22.08 126.83 130.08 -
System Red Green Blue C M Y K H S L
Decimal 25 21 20 0 0.16 0.20 0.90 12 0.11 0.09
Hex 19 15 14 0 10 14 5A C B 9
Octal 31 25 24 0 20 24 132 14 13 11
Binary 11001 10101 10100 0 10000 10100 1011010 1100 1011 1001

Color Harmonies of #191514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191514

Black with #191514

Text Example


Text Example

White with #191514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191514; }

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

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

background-color css

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

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

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

border-color css

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

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

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