#0E091B

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

Shades of Jaguar #0E091B

Tints of Jaguar #0E091B

Color information

#0E091B (or 0x0E091B) is unknown color: approx Jaguar. HEX triplet: 0E, 09 and 1B. RGB value is (14,9,27). Sum of RGB (Red+Green+Blue) = 14+9+27=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E091B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091B is #F1F6E4. Grayscale: #0C0C0C. Windows color (decimal): -15857381 or 1771790. OLE color: 1771790.

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

Color convert

RGB14927-
CMYK0.480.6700.89
HSL256.67º50%7.06%-
HSV(B)256.67º66.67%10.59%-
XYZ0.480.371.08-
YUV12.55136.16129.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 27 (10.94% from 255) = 54%
R=28%
G=18%
B=54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal149270.480.6700.89256.67507.06
HexE91B3043059101327
Octal161133601030131401627
Binary1110100111011110000100001101011001100000001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E091B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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