Html Css Color HEX #191414 Seal Brown

📋 copy color: '#191414'

red 25 ◦ green 20 ◦ blue 20

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

Shades of Seal Brown #191414

Tints of Seal Brown #191414

RGB

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

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

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

R = 38.46%
G = 30.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.90

RGB Variations

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

Color information

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

RGB 25 20 20 -
CMYK 0 0.20 0.20 0.90
HSL 0.11% 0.09% -
HSV(B) 0.2% 0.1% -
XYZ 0.78 0.76 0.77 -
YUV 21.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 25 20 20 0 0.20 0.20 0.90 0 0.11 0.09
Hex 19 14 14 0 14 14 5A 0 B 9
Octal 31 24 24 0 24 24 132 0 13 11
Binary 11001 10100 10100 0 10100 10100 1011010 0 1011 1001

Color Harmonies of #191414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191414

Black with #191414

Text Example


Text Example

White with #191414

Text Example


Text Example

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