#0E081F

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

Shades of Jaguar #0E081F

Tints of Jaguar #0E081F

Color information

#0E081F (or 0x0E081F) is unknown color: approx Jaguar. HEX triplet: 0E, 08 and 1F. RGB value is (14,8,31). Sum of RGB (Red+Green+Blue) = 14+8+31=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 8 (3.52% from 255 or 15.09% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #0E081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E081F is #F1F7E0. Grayscale: #0C0C0C. Windows color (decimal): -15857633 or 2033678. OLE color: 2033678.

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

Color convert

RGB14831-
CMYK0.550.7400.88
HSL255.65º58.97%7.65%-
HSV(B)255.65º74.19%12.16%-
XYZ0.520.371.34-
YUV12.42138.49129.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.42%
GREEN value IS 8 (3.52% from 255) = 15.09%
BLUE value IS 31 (12.5% from 255) = 58.49%
R=26.42%
G=15.09%
B=58.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal148310.550.7400.88255.6558.977.65
HexE81F374A0581003b8
Octal1610376711201304007310
Binary11101000111111101111001010010110001000000001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,31); }

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

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

 a { background-color: rgb(14,8,31); }

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

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

 span { border-color: rgb(14,8,31); }

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