#0D071E

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

Shades of Jaguar #0D071E

Tints of Jaguar #0D071E

Color information

#0D071E (or 0x0D071E) is unknown color: approx Jaguar. HEX triplet: 0D, 07 and 1E. RGB value is (13,7,30). Sum of RGB (Red+Green+Blue) = 13+7+30=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 7 (3.12% from 255 or 14% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D071E is #F2F8E1. Grayscale: #0B0B0B. Windows color (decimal): -15923426 or 1967885. OLE color: 1967885.

HSL color Cylindrical-coordinate representation of color #0D071E: hue angle of 255.65º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D071E is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB13730-
CMYK0.570.7700.88
HSL255.65º62.16%7.25%-
HSV(B)255.65º76.67%11.76%-
XYZ0.480.331.27-
YUV11.42138.49129.13-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 26%
GREEN value IS 7 (3.12% from 255) = 14%
BLUE value IS 30 (12.11% from 255) = 60%
R=26%
G=14%
B=60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal137300.570.7700.88255.6562.167.25
HexD71E394D0581003e7
Octal15736711150130400767
Binary110111111110111001100110101011000100000000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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