#0D071F

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

Shades of Jaguar #0D071F

Tints of Jaguar #0D071F

Color information

#0D071F (or 0x0D071F) is unknown color: approx Jaguar. HEX triplet: 0D, 07 and 1F. RGB value is (13,7,31). Sum of RGB (Red+Green+Blue) = 13+7+31=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D071F is #F2F8E0. Grayscale: #0B0B0B. Windows color (decimal): -15923425 or 2033421. OLE color: 2033421.

HSL color Cylindrical-coordinate representation of color #0D071F: hue angle of 255º degrees, saturation: 0.63, 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 #0D071F is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB13731-
CMYK0.580.7700.88
HSL255º63.16%7.45%-
HSV(B)255º77.42%12.16%-
XYZ0.490.341.34-
YUV11.53138.99129.05-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25.49%
GREEN value IS 7 (3.12% from 255) = 13.73%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=25.49%
G=13.73%
B=60.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal137310.580.7700.8825563.167.45
HexD71F3A4D058ff3f7
Octal15737721150130377777
Binary11011111111111101010011010101100011111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D071F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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