#130F2F

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

Shades of Jaguar #130F2F

Tints of Jaguar #130F2F

Color information

#130F2F (or 0x130F2F) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 2F. RGB value is (19,15,47). Sum of RGB (Red+Green+Blue) = 19+15+47=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 15 (6.25% from 255 or 18.52% from 81); Blue value is 47 (18.75% from 255 or 58.02% from 81); Max value from RGB is 47 - color contains mainly: blue. Hex color #130F2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F2F is #ECF0D0. Grayscale: #131313. Windows color (decimal): -15528145 or 3084051. OLE color: 3084051.

HSL color Cylindrical-coordinate representation of color #130F2F: hue angle of 247.5º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #130F2F is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB191547-
CMYK0.600.6800.82
HSL247.5º51.61%12.16%-
HSV(B)247.5º68.09%18.43%-
XYZ0.950.692.77-
YUV19.84143.33127.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 23.46%
GREEN value IS 15 (6.25% from 255) = 18.52%
BLUE value IS 47 (18.75% from 255) = 58.02%
R=23.46%
G=18.52%
B=58.02%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1915470.600.6800.82247.551.6112.16
Hex13F2F3C44052f834c
Octal2317577410401223706414
Binary100111111101111111100100010001010010111110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F2F; }

 p { color: rgb(19,15,47); }

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

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

 a { background-color: rgb(19,15,47); }

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

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

 span { border-color: rgb(19,15,47); }

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