#090219

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

Shades of Jaguar #090219

Tints of Jaguar #090219

Color information

#090219 (or 0x090219) is unknown color: approx Jaguar. HEX triplet: 09, 02 and 19. RGB value is (9,2,25). Sum of RGB (Red+Green+Blue) = 9+2+25=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #090219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090219 is #F6FDE6. Grayscale: #060606. Windows color (decimal): -16186855 or 1638921. OLE color: 1638921.

HSL color Cylindrical-coordinate representation of color #090219: hue angle of 258.26º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #090219 is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB9225-
CMYK0.640.9200.90
HSL258.26º85.19%5.29%-
HSV(B)258.26º92%9.8%-
XYZ0.310.170.94-
YUV6.72138.32129.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=25%
G=5.56%
B=69.44%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal92250.640.9200.90258.2685.195.29
Hex9219405C05A102555
Octal1123110013401324021255
Binary1001101100110000001011100010110101000000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090219; }

 p { color: rgb(9,2,25); }

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

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

 a { background-color: rgb(9,2,25); }

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

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

 span { border-color: rgb(9,2,25); }

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