#19152C

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

Shades of Jaguar #19152C

Tints of Jaguar #19152C

Color information

#19152C (or 0x19152C) is unknown color: approx Jaguar. HEX triplet: 19, 15 and 2C. RGB value is (25,21,44). Sum of RGB (Red+Green+Blue) = 25+21+44=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 44 (17.58% from 255 or 48.89% from 90); Max value from RGB is 44 - color contains mainly: blue. Hex color #19152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19152C is #E6EAD3. Grayscale: #181818. Windows color (decimal): -15133396 or 2888985. OLE color: 2888985.

HSL color Cylindrical-coordinate representation of color #19152C: hue angle of 250.43º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #19152C is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB252144-
CMYK0.430.5200.83
HSL250.43º35.38%12.75%-
HSV(B)250.43º52.27%17.25%-
XYZ1.120.922.5-
YUV24.82138.83128.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 27.78%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 44 (17.58% from 255) = 48.89%
R=27.78%
G=23.33%
B=48.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2521440.430.5200.83250.4335.3812.75
Hex19152C2B34053fa23d
Octal312554536401233724315
Binary110011010110110010101111010001010011111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,21,44); }

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

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

 a { background-color: rgb(25,21,44); }

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

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

 span { border-color: rgb(25,21,44); }

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