#0D081B

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

Shades of Jaguar #0D081B

Tints of Jaguar #0D081B

Color information

#0D081B (or 0x0D081B) is unknown color: approx Jaguar. HEX triplet: 0D, 08 and 1B. RGB value is (13,8,27). Sum of RGB (Red+Green+Blue) = 13+8+27=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D081B is #F2F7E4. Grayscale: #0B0B0B. Windows color (decimal): -15923173 or 1771533. OLE color: 1771533.

HSL color Cylindrical-coordinate representation of color #0D081B: hue angle of 255.79º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0D081B is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB13827-
CMYK0.520.7000.89
HSL255.79º54.29%6.86%-
HSV(B)255.79º70.37%10.59%-
XYZ0.450.341.08-
YUV11.66136.66128.96-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 27.08%
GREEN value IS 8 (3.52% from 255) = 16.67%
BLUE value IS 27 (10.94% from 255) = 56.25%
R=27.08%
G=16.67%
B=56.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal138270.520.7000.89255.7954.296.86
HexD81B3446059100367
Octal151033641060131400667
Binary1101100011011110100100011001011001100000000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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