#09070D

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

Shades of Jaguar #09070D

Tints of Jaguar #09070D

Color information

#09070D (or 0x09070D) is unknown color: approx Jaguar. HEX triplet: 09, 07 and 0D. RGB value is (9,7,13). Sum of RGB (Red+Green+Blue) = 9+7+13=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: blue. Hex color #09070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09070D is #F6F8F2. Grayscale: #080808. Windows color (decimal): -16185587 or 853769. OLE color: 853769.

HSL color Cylindrical-coordinate representation of color #09070D: hue angle of 260º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #09070D is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB9713-
CMYK0.310.4600.95
HSL260º30%3.92%-
HSV(B)260º46.15%5.1%-
XYZ0.260.240.41-
YUV8.28130.66128.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 31.03%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 13 (5.47% from 255) = 44.83%
R=31.03%
G=24.14%
B=44.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal97130.310.4600.95260303.92
Hex97D1F2E05F1041e4
Octal1171537560137404364
Binary10011111101111111011100101111110000010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09070D; }

 p { color: rgb(9,7,13); }

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

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

 a { background-color: rgb(9,7,13); }

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

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

 span { border-color: rgb(9,7,13); }

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