Html Css Color HEX #110E1C Jaguar

📋 copy color: '#110E1C'

red 17 ◦ green 14 ◦ blue 28

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

Shades of Jaguar #110E1C

Tints of Jaguar #110E1C

RGB

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

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

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

R = 28.81%
G = 23.73%
B = 47.46%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#110E1C (or 0x110E1C) is known color: Jaguar. HEX triplet: 11, 0E and 1C. RGB value is (17,14,28). Sum of RGB (Red+Green+Blue) = 17+14+28=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #110E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110E1C is #EEF1E3. Grayscale: #101010. Windows color (decimal): -15659492 or 1838609. OLE color: 1838609.

HSL color Cylindrical-coordinate representation of color #110E1C: hue angle of 252.86º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #110E1C is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 14 28 -
CMYK 0.39 0.50 0 0.89
HSL 252.86º 0.33% 0.08% -
HSV(B) 252.86º 0.5% 0.11% -
XYZ 0.6 0.52 1.17 -
YUV 16.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 17 14 28 0.39 0.50 0 0.89 252.86 0.33 0.08
Hex 11 E 1C 27 32 0 59 FD 21 8
Octal 21 16 34 47 62 0 131 375 41 10
Binary 10001 1110 11100 100111 110010 0 1011001 11111101 100001 1000

Color Harmonies of #110E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110E1C

Black with #110E1C

Text Example


Text Example

White with #110E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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