#14112B

Color #14112B Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #14112B

Tints of Jaguar #14112B

Color information

#14112B (or 0x14112B) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 2B. RGB value is (20,17,43). Sum of RGB (Red+Green+Blue) = 20+17+43=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 43 (17.19% from 255 or 53.75% from 80); Max value from RGB is 43 - color contains mainly: blue. Hex color #14112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112B is #EBEED4. Grayscale: #141414. Windows color (decimal): -15462101 or 2822420. OLE color: 2822420.

HSL color Cylindrical-coordinate representation of color #14112B: hue angle of 246.92º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #14112B is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB201743-
CMYK0.530.6000.83
HSL246.92º43.33%11.76%-
HSV(B)246.92º60.47%16.86%-
XYZ0.920.722.38-
YUV20.86140.49127.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 43 (17.19% from 255) = 53.75%
R=25%
G=21.25%
B=53.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2017430.530.6000.83246.9243.3311.76
Hex14112B353C053f72bc
Octal242153657401233675314
Binary101001000110101111010111110001010011111101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14112B; }

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

 H1.HeaderClassName
 {
   color: #14112B;
 }
 .AnyTagClassName
 {
   color: #14112B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #14112B;
 }
 .BgClassName
 {
   background-color: #14112B;
 }
</style>
border-color css

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

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

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