#0E0827

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

Shades of Jaguar #0E0827

Tints of Jaguar #0E0827

Color information

#0E0827 (or 0x0E0827) is unknown color: approx Jaguar. HEX triplet: 0E, 08 and 27. RGB value is (14,8,39). Sum of RGB (Red+Green+Blue) = 14+8+39=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E0827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0827 is #F1F7D8. Grayscale: #0D0D0D. Windows color (decimal): -15857625 or 2557966. OLE color: 2557966.

HSL color Cylindrical-coordinate representation of color #0E0827: hue angle of 251.61º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E0827 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB14839-
CMYK0.640.7900.85
HSL251.61º65.96%9.22%-
HSV(B)251.61º79.49%15.29%-
XYZ0.630.411.97-
YUV13.33142.49128.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 39 (15.62% from 255) = 63.93%
R=22.95%
G=13.11%
B=63.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal148390.640.7900.85251.6165.969.22
HexE827404F055fc429
Octal161047100117012537410211
Binary1110100010011110000001001111010101011111110010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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