#09021A

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

Shades of Jaguar #09021A

Tints of Jaguar #09021A

Color information

#09021A (or 0x09021A) is unknown color: approx Jaguar. HEX triplet: 09, 02 and 1A. RGB value is (9,2,26). Sum of RGB (Red+Green+Blue) = 9+2+26=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 26 (10.55% from 255 or 70.27% from 37); Max value from RGB is 26 - color contains mainly: blue. Hex color #09021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09021A is #F6FDE5. Grayscale: #060606. Windows color (decimal): -16186854 or 1704457. OLE color: 1704457.

HSL color Cylindrical-coordinate representation of color #09021A: hue angle of 257.5º degrees, saturation: 0.86, 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 #09021A is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB9226-
CMYK0.650.9200.90
HSL257.5º85.71%5.49%-
HSV(B)257.5º92.31%10.2%-
XYZ0.320.180.99-
YUV6.83138.82129.55-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 24.32%
GREEN value IS 2 (1.17% from 255) = 5.41%
BLUE value IS 26 (10.55% from 255) = 70.27%
R=24.32%
G=5.41%
B=70.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal92260.650.9200.90257.585.715.49
Hex921A415C05A102565
Octal1123210113401324021265
Binary1001101101010000011011100010110101000000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09021A; }

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

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

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

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

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

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

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

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