Html Css Color HEX #19181E Jaguar

📋 copy color: '#19181E'

red 25 ◦ green 24 ◦ blue 30

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

Shades of Jaguar #19181E

Tints of Jaguar #19181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 37.97%

R = 31.65%
G = 30.38%
B = 37.97%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19181E (or 0x19181E) is known color: Jaguar. HEX triplet: 19, 18 and 1E. RGB value is (25,24,30). Sum of RGB (Red+Green+Blue) = 25+24+30=79 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.65% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 30 - color contains mainly: blue. Hex color #19181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19181E is #E6E7E1. Grayscale: #181818. Windows color (decimal): -15132642 or 1972249. OLE color: 1972249.

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

Color convert

RGB 25 24 30 -
CMYK 0.17 0.20 0 0.88
HSL 250º 0.11% 0.11% -
HSV(B) 250º 0.2% 0.12% -
XYZ 0.96 0.95 1.36 -
YUV 24.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 25 24 30 0.17 0.20 0 0.88 250 0.11 0.11
Hex 19 18 1E 11 14 0 58 FA B B
Octal 31 30 36 21 24 0 130 372 13 13
Binary 11001 11000 11110 10001 10100 0 1011000 11111010 1011 1011

Color Harmonies of #19181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19181E

Black with #19181E

Text Example


Text Example

White with #19181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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