#090317

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

Shades of Jaguar #090317

Tints of Jaguar #090317

Color information

#090317 (or 0x090317) is unknown color: approx Jaguar. HEX triplet: 09, 03 and 17. RGB value is (9,3,23). Sum of RGB (Red+Green+Blue) = 9+3+23=35 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25.71% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 23 (9.38% from 255 or 65.71% from 35); Max value from RGB is 23 - color contains mainly: blue. Hex color #090317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090317 is #F6FCE8. Grayscale: #070707. Windows color (decimal): -16186601 or 1508105. OLE color: 1508105.

HSL color Cylindrical-coordinate representation of color #090317: hue angle of 258º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #090317 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB9323-
CMYK0.610.8700.91
HSL258º76.92%5.1%-
HSV(B)258º86.96%9.02%-
XYZ0.30.190.83-
YUV7.07136.99129.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25.71%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 23 (9.38% from 255) = 65.71%
R=25.71%
G=8.57%
B=65.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal93230.610.8700.9125876.925.1
Hex93173D5705B1024d5
Octal113277512701334021155
Binary100111101111111011010111010110111000000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090317; }

 p { color: rgb(9,3,23); }

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

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

 a { background-color: rgb(9,3,23); }

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

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

 span { border-color: rgb(9,3,23); }

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