#0E081E

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

Shades of Jaguar #0E081E

Tints of Jaguar #0E081E

Color information

#0E081E (or 0x0E081E) is unknown color: approx Jaguar. HEX triplet: 0E, 08 and 1E. RGB value is (14,8,30). Sum of RGB (Red+Green+Blue) = 14+8+30=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 30 (12.11% from 255 or 57.69% from 52); Max value from RGB is 30 - color contains mainly: blue. Hex color #0E081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E081E is #F1F7E1. Grayscale: #0C0C0C. Windows color (decimal): -15857634 or 1968142. OLE color: 1968142.

HSL color Cylindrical-coordinate representation of color #0E081E: hue angle of 256.36º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E081E is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB14830-
CMYK0.530.7300.88
HSL256.36º57.89%7.45%-
HSV(B)256.36º73.33%11.76%-
XYZ0.50.361.27-
YUV12.3137.99129.21-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 26.92%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 30 (12.11% from 255) = 57.69%
R=26.92%
G=15.38%
B=57.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal148300.530.7300.88256.3657.897.45
HexE81E35490581003a7
Octal161036651110130400727
Binary1110100011110110101100100101011000100000000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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