#0E0731

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

Shades of Jaguar #0E0731

Tints of Jaguar #0E0731

Color information

#0E0731 (or 0x0E0731) is unknown color: approx Jaguar. HEX triplet: 0E, 07 and 31. RGB value is (14,7,49). Sum of RGB (Red+Green+Blue) = 14+7+49=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #0E0731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0731 is #F1F8CE. Grayscale: #0D0D0D. Windows color (decimal): -15857871 or 3213070. OLE color: 3213070.

HSL color Cylindrical-coordinate representation of color #0E0731: hue angle of 250º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E0731 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB14749-
CMYK0.710.8600.81
HSL250º75%10.98%-
HSV(B)250º85.71%19.22%-
XYZ0.810.472.95-
YUV13.88147.82128.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20%
GREEN value IS 7 (3.12% from 255) = 10%
BLUE value IS 49 (19.53% from 255) = 70%
R=20%
G=10%
B=70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal147490.710.8600.812507510.98
HexE7314756051fa4bb
Octal16761107126012137211313
Binary111011111000110001111010110010100011111101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,49); }

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

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

 a { background-color: rgb(14,7,49); }

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

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

 span { border-color: rgb(14,7,49); }

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