Html Css Color HEX #0E091D Jaguar

📋 copy color: '#0E091D'

red 14 ◦ green 9 ◦ blue 29

#0E091D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #0E091D

Tints of Jaguar #0E091D

RGB

 RED value IS 14 (5.86% from 255) = 26.92%

 GREEN value IS 9 (3.91% from 255) = 17.31%

 BLUE value IS 29 (11.72% from 255) = 55.77%

R = 26.92%
G = 17.31%
B = 55.77%

CMYK

 C value IS 0.52

 M value IS 0.69

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E091D (or 0x0E091D) is known color: Jaguar. HEX triplet: 0E, 09 and 1D. RGB value is (14,9,29). Sum of RGB (Red+Green+Blue) = 14+9+29=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 9 (3.91% from 255 or 17.31% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091D is #F1F6E2. Grayscale: #0C0C0C. Windows color (decimal): -15857379 or 1902862. OLE color: 1902862.

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

Color convert

RGB 14 9 29 -
CMYK 0.52 0.69 0 0.89
HSL 255º 0.53% 0.07% -
HSV(B) 255º 0.69% 0.11% -
XYZ 0.5 0.38 1.21 -
YUV 12.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 14 9 29 0.52 0.69 0 0.89 255 0.53 0.07
Hex E 9 1D 34 45 0 59 FF 35 7
Octal 16 11 35 64 105 0 131 377 65 7
Binary 1110 1001 11101 110100 1000101 0 1011001 11111111 110101 111

Color Harmonies of #0E091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E091D

Black with #0E091D

Text Example


Text Example

White with #0E091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E091D;
 }
 .AnyTagClassName
 {
   color: #0E091D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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