#0E091D

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

Shades of Jaguar #0E091D

Tints of Jaguar #0E091D

Color information

#0E091D (or 0x0E091D) is unknown color: approx Jaguar. HEX triplet: 0E, 09 and 1D. RGB value is (14,9,29). Sum of RGB (Red+Green+Blue) = 14+9+29=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091D is #F1F6E2. Grayscale: #0C0C0C. Windows color (decimal): -15857379 or 1902862. OLE color: 1902862.

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

Color convert

RGB14929-
CMYK0.520.6900.89
HSL255º52.63%7.45%-
HSV(B)255º68.97%11.37%-
XYZ0.50.381.21-
YUV12.77137.16128.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.92%
GREEN value IS 9 (3.91% from 255) = 17.31%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=26.92%
G=17.31%
B=55.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal149290.520.6900.8925552.637.45
HexE91D3445059ff357
Octal161135641050131377657
Binary111010011110111010010001010101100111111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,9,29); }

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

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

 a { background-color: rgb(14,9,29); }

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

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

 span { border-color: rgb(14,9,29); }

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