Html Css Color HEX #0E091C Jaguar

📋 copy color: '#0E091C'

red 14 ◦ green 9 ◦ blue 28

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

Shades of Jaguar #0E091C

Tints of Jaguar #0E091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 54.9%

R = 27.45%
G = 17.65%
B = 54.9%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E091C (or 0x0E091C) is known color: Jaguar. HEX triplet: 0E, 09 and 1C. RGB value is (14,9,28). Sum of RGB (Red+Green+Blue) = 14+9+28=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #0E091C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E091C is #F1F6E3. Grayscale: #0C0C0C. Windows color (decimal): -15857380 or 1837326. OLE color: 1837326.

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

Color convert

RGB 14 9 28 -
CMYK 0.50 0.68 0 0.89
HSL 255.79º 0.51% 0.07% -
HSV(B) 255.79º 0.68% 0.11% -
XYZ 0.49 0.37 1.14 -
YUV 12.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 14 9 28 0.50 0.68 0 0.89 255.79 0.51 0.07
Hex E 9 1C 32 44 0 59 100 33 7
Octal 16 11 34 62 104 0 131 400 63 7
Binary 1110 1001 11100 110010 1000100 0 1011001 100000000 110011 111

Color Harmonies of #0E091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E091C

Black with #0E091C

Text Example


Text Example

White with #0E091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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