Html Css Color HEX #19181F Jaguar

📋 copy color: '#19181F'

red 25 ◦ green 24 ◦ blue 31

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

Shades of Jaguar #19181F

Tints of Jaguar #19181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30%

 BLUE value IS 31 (12.5% from 255) = 38.75%

R = 31.25%
G = 30%
B = 38.75%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19181F (or 0x19181F) is known color: Jaguar. HEX triplet: 19, 18 and 1F. RGB value is (25,24,31). Sum of RGB (Red+Green+Blue) = 25+24+31=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 31 - color contains mainly: blue. Hex color #19181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19181F is #E6E7E0. Grayscale: #191919. Windows color (decimal): -15132641 or 2037785. OLE color: 2037785.

HSL color Cylindrical-coordinate representation of color #19181F: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #19181F is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 24 31 -
CMYK 0.19 0.23 0 0.88
HSL 248.57º 0.13% 0.11% -
HSV(B) 248.57º 0.23% 0.12% -
XYZ 0.97 0.96 1.43 -
YUV 25.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 25 24 31 0.19 0.23 0 0.88 248.57 0.13 0.11
Hex 19 18 1F 13 17 0 58 F9 D B
Octal 31 30 37 23 27 0 130 371 15 13
Binary 11001 11000 11111 10011 10111 0 1011000 11111001 1101 1011

Color Harmonies of #19181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19181F

Black with #19181F

Text Example


Text Example

White with #19181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19181F; }

 p { color: rgb(25,24,31); }

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

background-color css

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

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

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

border-color css

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

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

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