#0D0720

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

Shades of Jaguar #0D0720

Tints of Jaguar #0D0720

Color information

#0D0720 (or 0x0D0720) is unknown color: approx Jaguar. HEX triplet: 0D, 07 and 20. RGB value is (13,7,32). Sum of RGB (Red+Green+Blue) = 13+7+32=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D0720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0720 is #F2F8DF. Grayscale: #0B0B0B. Windows color (decimal): -15923424 or 2098957. OLE color: 2098957.

HSL color Cylindrical-coordinate representation of color #0D0720: hue angle of 254.4º degrees, saturation: 0.64, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D0720 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB13732-
CMYK0.590.7800.87
HSL254.4º64.1%7.65%-
HSV(B)254.4º78.12%12.55%-
XYZ0.50.341.41-
YUV11.64139.49128.97-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 32 (12.89% from 255) = 61.54%
R=25%
G=13.46%
B=61.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal137320.590.7800.87254.464.17.65
HexD7203B4E057fe408
Octal1574073116012737610010
Binary11011111000001110111001110010101111111111010000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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