#0D081A

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

Shades of Jaguar #0D081A

Tints of Jaguar #0D081A

Color information

#0D081A (or 0x0D081A) is unknown color: approx Jaguar. HEX triplet: 0D, 08 and 1A. RGB value is (13,8,26). Sum of RGB (Red+Green+Blue) = 13+8+26=47 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.66% from 47); Green value is 8 (3.52% from 255 or 17.02% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #0D081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D081A is #F2F7E5. Grayscale: #0B0B0B. Windows color (decimal): -15923174 or 1705997. OLE color: 1705997.

HSL color Cylindrical-coordinate representation of color #0D081A: hue angle of 256.67º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0D081A is Cyan = 0.5, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB13826-
CMYK0.50.6900.90
HSL256.67º52.94%6.67%-
HSV(B)256.67º69.23%10.2%-
XYZ0.440.331.02-
YUV11.55136.16129.04-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.66%
GREEN value IS 8 (3.52% from 255) = 17.02%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=27.66%
G=17.02%
B=55.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal138260.50.6900.90256.6752.946.67
HexD81A324505A101357
Octal151032621050132401657
Binary1101100011010110010100010101011010100000001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,8,26); }

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

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

 a { background-color: rgb(13,8,26); }

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

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

 span { border-color: rgb(13,8,26); }

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