#0E0A1B

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

Shades of Jaguar #0E0A1B

Tints of Jaguar #0E0A1B

Color information

#0E0A1B (or 0x0E0A1B) is unknown color: approx Jaguar. HEX triplet: 0E, 0A and 1B. RGB value is (14,10,27). Sum of RGB (Red+Green+Blue) = 14+10+27=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 10 (4.30% from 255 or 19.61% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E0A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0A1B is #F1F5E4. Grayscale: #0D0D0D. Windows color (decimal): -15857125 or 1772046. OLE color: 1772046.

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

Color convert

RGB141027-
CMYK0.480.6300.89
HSL254.12º45.95%7.25%-
HSV(B)254.12º62.96%10.59%-
XYZ0.490.391.09-
YUV13.13135.83128.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 27.45%
GREEN value IS 10 (4.30% from 255) = 19.61%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=27.45%
G=19.61%
B=52.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1410270.480.6300.89254.1245.957.25
HexEA1B303F059fe2e7
Octal16123360770131376567
Binary11101010110111100001111110101100111111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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