#09080B

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

Shades of Jaguar #09080B

Tints of Jaguar #09080B

Color information

#09080B (or 0x09080B) is unknown color: approx Jaguar. HEX triplet: 09, 08 and 0B. RGB value is (9,8,11). Sum of RGB (Red+Green+Blue) = 9+8+11=28 (3% of max value = 765). Red value is 9 (3.91% from 255 or 32.14% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 11 (4.69% from 255 or 39.29% from 28); Max value from RGB is 11 - color contains mainly: blue. Hex color #09080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09080B is #F6F7F4. Grayscale: #080808. Windows color (decimal): -16185333 or 722953. OLE color: 722953.

HSL color Cylindrical-coordinate representation of color #09080B: hue angle of 260º degrees, saturation: 0.16, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #09080B is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB9811-
CMYK0.180.2700.96
HSL260º15.79%3.73%-
HSV(B)260º27.27%4.31%-
XYZ0.260.260.35-
YUV8.64129.33128.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 32.14%
GREEN value IS 8 (3.52% from 255) = 28.57%
BLUE value IS 11 (4.69% from 255) = 39.29%
R=32.14%
G=28.57%
B=39.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal98110.180.2700.9626015.793.73
Hex98B121B060104104
Octal11101322330140404204
Binary10011000101110010110110110000010000010010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09080B; }

 p { color: rgb(9,8,11); }

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

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

 a { background-color: rgb(9,8,11); }

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

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

 span { border-color: rgb(9,8,11); }

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