Html Css Color HEX #19172F Jaguar

📋 copy color: '#19172F'

red 25 ◦ green 23 ◦ blue 47

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

Shades of Jaguar #19172F

Tints of Jaguar #19172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 24.21%

 BLUE value IS 47 (18.75% from 255) = 49.47%

R = 26.32%
G = 24.21%
B = 49.47%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19172F (or 0x19172F) is known color: Jaguar. HEX triplet: 19, 17 and 2F. RGB value is (25,23,47). Sum of RGB (Red+Green+Blue) = 25+23+47=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #19172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19172F is #E6E8D0. Grayscale: #1A1A1A. Windows color (decimal): -15132881 or 3086105. OLE color: 3086105.

HSL color Cylindrical-coordinate representation of color #19172F: hue angle of 245º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #19172F is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 25 23 47 -
CMYK 0.47 0.51 0 0.82
HSL 245º 0.34% 0.14% -
HSV(B) 245º 0.51% 0.18% -
XYZ 1.22 1.02 2.82 -
YUV 26.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 25 23 47 0.47 0.51 0 0.82 245 0.34 0.14
Hex 19 17 2F 2F 33 0 52 F5 22 E
Octal 31 27 57 57 63 0 122 365 42 16
Binary 11001 10111 101111 101111 110011 0 1010010 11110101 100010 1110

Color Harmonies of #19172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19172F

Black with #19172F

Text Example


Text Example

White with #19172F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,23,47); }

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

background-color css

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

 a { background-color: rgb(25,23,47); }

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

border-color css

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

 span { border-color: rgb(25,23,47); }

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