#19163C

Color #19163C Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #19163C

Tints of Jaguar #19163C

Color information

#19163C (or 0x19163C) is unknown color: approx Jaguar. HEX triplet: 19, 16 and 3C. RGB value is (25,22,60). Sum of RGB (Red+Green+Blue) = 25+22+60=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #19163C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19163C is #E6E9C3. Grayscale: #1B1B1B. Windows color (decimal): -15133124 or 3937817. OLE color: 3937817.

HSL color Cylindrical-coordinate representation of color #19163C: hue angle of 244.74º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #19163C is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB252260-
CMYK0.580.6300.76
HSL244.74º46.34%16.08%-
HSV(B)244.74º63.33%23.53%-
XYZ1.51.114.41-
YUV27.23146.49126.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.36%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=23.36%
G=20.56%
B=56.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2522600.580.6300.76244.7446.3416.08
Hex19163C3A3F04Cf52e10
Octal312674727701143655620
Binary1100110110111100111010111111010011001111010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19163C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19163C; }

 p { color: rgb(25,22,60); }

 H1.HeaderClassName
 {
   color: #19163C;
 }
 .AnyTagClassName
 {
   color: #19163C;
 }
</style>
background-color css

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

 a { background-color: rgb(25,22,60); }

 div.DivClassName
 {
   background-color: #19163C;
 }
 .BgClassName
 {
   background-color: #19163C;
 }
</style>
border-color css

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

 span { border-color: rgb(25,22,60); }

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