Html Css Color HEX #0E0B16 Jaguar

📋 copy color: '#0E0B16'

red 14 ◦ green 11 ◦ blue 22

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

Shades of Jaguar #0E0B16

Tints of Jaguar #0E0B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 23.4%

 BLUE value IS 22 (8.98% from 255) = 46.81%

R = 29.79%
G = 23.4%
B = 46.81%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0B16 (or 0x0E0B16) is known color: Jaguar. HEX triplet: 0E, 0B and 16. RGB value is (14,11,22). Sum of RGB (Red+Green+Blue) = 14+11+22=47 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.79% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E0B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0B16 is #F1F4E9. Grayscale: #0D0D0D. Windows color (decimal): -15856874 or 1444622. OLE color: 1444622.

HSL color Cylindrical-coordinate representation of color #0E0B16: hue angle of 256.36º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E0B16 is Cyan = 0.36, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 14 11 22 -
CMYK 0.36 0.5 0 0.91
HSL 256.36º 0.33% 0.06% -
HSV(B) 256.36º 0.5% 0.09% -
XYZ 0.45 0.39 0.81 -
YUV 13.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 14 11 22 0.36 0.5 0 0.91 256.36 0.33 0.06
Hex E B 16 24 32 0 5B 100 21 6
Octal 16 13 26 44 62 0 133 400 41 6
Binary 1110 1011 10110 100100 110010 0 1011011 100000000 100001 110

Color Harmonies of #0E0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0B16

Black with #0E0B16

Text Example


Text Example

White with #0E0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,11,22); }

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

background-color css

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

 a { background-color: rgb(14,11,22); }

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

border-color css

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

 span { border-color: rgb(14,11,22); }

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