#0D0916

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

Shades of Jaguar #0D0916

Tints of Jaguar #0D0916

Color information

#0D0916 (or 0x0D0916) is unknown color: approx Jaguar. HEX triplet: 0D, 09 and 16. RGB value is (13,9,22). Sum of RGB (Red+Green+Blue) = 13+9+22=44 (5% of max value = 765). Red value is 13 (5.47% from 255 or 29.55% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 22 (8.98% from 255 or 50% from 44); Max value from RGB is 22 - color contains mainly: blue. Hex color #0D0916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0916 is #F2F6E9. Grayscale: #0B0B0B. Windows color (decimal): -15922922 or 1444109. OLE color: 1444109.

HSL color Cylindrical-coordinate representation of color #0D0916: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0D0916 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB13922-
CMYK0.410.5900.91
HSL258.46º41.94%6.08%-
HSV(B)258.46º59.09%8.63%-
XYZ0.410.340.8-
YUV11.68133.83128.94-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 29.55%
GREEN value IS 9 (3.91% from 255) = 20.45%
BLUE value IS 22 (8.98% from 255) = 50%
R=29.55%
G=20.45%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal139220.410.5900.91258.4641.946.08
HexD916293B05B1022a6
Octal15112651730133402526
Binary110110011011010100111101101011011100000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0916; }

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

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

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

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

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

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

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

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