Html Css Color HEX #111014 Jaguar

📋 copy color: '#111014'

red 17 ◦ green 16 ◦ blue 20

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

Shades of Jaguar #111014

Tints of Jaguar #111014

RGB

 RED value IS 17 (7.03% from 255) = 32.08%

 GREEN value IS 16 (6.64% from 255) = 30.19%

 BLUE value IS 20 (8.2% from 255) = 37.74%

R = 32.08%
G = 30.19%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111014 (or 0x111014) is known color: Jaguar. HEX triplet: 11, 10 and 14. RGB value is (17,16,20). Sum of RGB (Red+Green+Blue) = 17+16+20=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #111014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111014 is #EEEFEB. Grayscale: #101010. Windows color (decimal): -15658988 or 1314833. OLE color: 1314833.

HSL color Cylindrical-coordinate representation of color #111014: hue angle of 255º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #111014 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 16 20 -
CMYK 0.15 0.20 0 0.92
HSL 255º 0.11% 0.07% -
HSV(B) 255º 0.2% 0.08% -
XYZ 0.54 0.54 0.74 -
YUV 16.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 17 16 20 0.15 0.20 0 0.92 255 0.11 0.07
Hex 11 10 14 F 14 0 5C FF B 7
Octal 21 20 24 17 24 0 134 377 13 7
Binary 10001 10000 10100 1111 10100 0 1011100 11111111 1011 111

Color Harmonies of #111014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111014

Black with #111014

Text Example


Text Example

White with #111014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111014; }

 p { color: rgb(17,16,20); }

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

background-color css

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

 a { background-color: rgb(17,16,20); }

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

border-color css

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

 span { border-color: rgb(17,16,20); }

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