#130F21

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

Shades of Jaguar #130F21

Tints of Jaguar #130F21

Color information

#130F21 (or 0x130F21) is unknown color: approx Jaguar. HEX triplet: 13, 0F and 21. RGB value is (19,15,33). Sum of RGB (Red+Green+Blue) = 19+15+33=67 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.36% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #130F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130F21 is #ECF0DE. Grayscale: #121212. Windows color (decimal): -15528159 or 2166547. OLE color: 2166547.

HSL color Cylindrical-coordinate representation of color #130F21: hue angle of 253.33º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #130F21 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB191533-
CMYK0.420.5500.87
HSL253.33º37.5%9.41%-
HSV(B)253.33º54.55%12.94%-
XYZ0.710.591.52-
YUV18.25136.33128.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 28.36%
GREEN value IS 15 (6.25% from 255) = 22.39%
BLUE value IS 33 (13.28% from 255) = 49.25%
R=28.36%
G=22.39%
B=49.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1915330.420.5500.87253.3337.59.41
Hex13F212A37057fd269
Octal231741526701273754611
Binary10011111110000110101011011101010111111111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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