#131217

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

Shades of Jaguar #131217

Tints of Jaguar #131217

Color information

#131217 (or 0x131217) is unknown color: approx Jaguar. HEX triplet: 13, 12 and 17. RGB value is (19,18,23). Sum of RGB (Red+Green+Blue) = 19+18+23=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 23 - color contains mainly: blue. Hex color #131217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131217 is #ECEDE8. Grayscale: #121212. Windows color (decimal): -15527401 or 1511955. OLE color: 1511955.

HSL color Cylindrical-coordinate representation of color #131217: hue angle of 252º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #131217 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB191823-
CMYK0.170.2200.91
HSL252º12.2%8.04%-
HSV(B)252º21.74%9.02%-
XYZ0.640.630.9-
YUV18.87130.33128.09-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 31.67%
GREEN value IS 18 (7.42% from 255) = 30%
BLUE value IS 23 (9.38% from 255) = 38.33%
R=31.67%
G=30%
B=38.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal1918230.170.2200.9125212.28.04
Hex131217111605Bfcc8
Octal232227212601333741410
Binary1001110010101111000110110010110111111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131217; }

 p { color: rgb(19,18,23); }

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

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

 a { background-color: rgb(19,18,23); }

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

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

 span { border-color: rgb(19,18,23); }

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