Html Css Color HEX #0E0B17 Jaguar

📋 copy color: '#0E0B17'

red 14 ◦ green 11 ◦ blue 23

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

Shades of Jaguar #0E0B17

Tints of Jaguar #0E0B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 47.92%

R = 29.17%
G = 22.92%
B = 47.92%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0E0B17 (or 0x0E0B17) is known color: Jaguar. HEX triplet: 0E, 0B and 17. RGB value is (14,11,23). Sum of RGB (Red+Green+Blue) = 14+11+23=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 23 (9.38% from 255 or 47.92% from 48); Max value from RGB is 23 - color contains mainly: blue. Hex color #0E0B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0B17 is #F1F4E8. Grayscale: #0D0D0D. Windows color (decimal): -15856873 or 1510158. OLE color: 1510158.

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

Color convert

RGB 14 11 23 -
CMYK 0.39 0.52 0 0.91
HSL 255º 0.35% 0.07% -
HSV(B) 255º 0.52% 0.09% -
XYZ 0.46 0.39 0.86 -
YUV 13.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 14 11 23 0.39 0.52 0 0.91 255 0.35 0.07
Hex E B 17 27 34 0 5B FF 23 7
Octal 16 13 27 47 64 0 133 377 43 7
Binary 1110 1011 10111 100111 110100 0 1011011 11111111 100011 111

Color Harmonies of #0E0B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0B17

Black with #0E0B17

Text Example


Text Example

White with #0E0B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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