Html Css Color HEX #110E1D Jaguar

📋 copy color: '#110E1D'

red 17 ◦ green 14 ◦ blue 29

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

Shades of Jaguar #110E1D

Tints of Jaguar #110E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 23.33%

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

R = 28.33%
G = 23.33%
B = 48.33%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#110E1D (or 0x110E1D) is known color: Jaguar. HEX triplet: 11, 0E and 1D. RGB value is (17,14,29). Sum of RGB (Red+Green+Blue) = 17+14+29=60 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.33% from 60); Green value is 14 (5.86% from 255 or 23.33% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #110E1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E1D is #EEF1E2. Grayscale: #101010. Windows color (decimal): -15659491 or 1904145. OLE color: 1904145.

HSL color Cylindrical-coordinate representation of color #110E1D: hue angle of 252º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #110E1D is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 14 29 -
CMYK 0.41 0.52 0 0.89
HSL 252º 0.35% 0.08% -
HSV(B) 252º 0.52% 0.11% -
XYZ 0.61 0.52 1.23 -
YUV 16.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 17 14 29 0.41 0.52 0 0.89 252 0.35 0.08
Hex 11 E 1D 29 34 0 59 FC 23 8
Octal 21 16 35 51 64 0 131 374 43 10
Binary 10001 1110 11101 101001 110100 0 1011001 11111100 100011 1000

Color Harmonies of #110E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E1D

Black with #110E1D

Text Example


Text Example

White with #110E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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