#0E0920

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

Shades of Jaguar #0E0920

Tints of Jaguar #0E0920

Color information

#0E0920 (or 0x0E0920) is unknown color: approx Jaguar. HEX triplet: 0E, 09 and 20. RGB value is (14,9,32). Sum of RGB (Red+Green+Blue) = 14+9+32=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #0E0920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0920 is #F1F6DF. Grayscale: #0D0D0D. Windows color (decimal): -15857376 or 2099470. OLE color: 2099470.

HSL color Cylindrical-coordinate representation of color #0E0920: hue angle of 253.04º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E0920 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB14932-
CMYK0.560.7200.87
HSL253.04º56.1%8.04%-
HSV(B)253.04º71.88%12.55%-
XYZ0.540.391.41-
YUV13.12138.66128.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25.45%
GREEN value IS 9 (3.91% from 255) = 16.36%
BLUE value IS 32 (12.89% from 255) = 58.18%
R=25.45%
G=16.36%
B=58.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal149320.560.7200.87253.0456.18.04
HexE9203848057fd388
Octal1611407011001273757010
Binary11101001100000111000100100001010111111111011110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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