Html Css Color HEX #14112E Jaguar

📋 copy color: '#14112E'

red 20 ◦ green 17 ◦ blue 46

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

Shades of Jaguar #14112E

Tints of Jaguar #14112E

RGB

 RED value IS 20 (8.2% from 255) = 24.1%

 GREEN value IS 17 (7.03% from 255) = 20.48%

 BLUE value IS 46 (18.36% from 255) = 55.42%

R = 24.1%
G = 20.48%
B = 55.42%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14112E (or 0x14112E) is known color: Jaguar. HEX triplet: 14, 11 and 2E. RGB value is (20,17,46). Sum of RGB (Red+Green+Blue) = 20+17+46=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #14112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14112E is #EBEED1. Grayscale: #151515. Windows color (decimal): -15462098 or 3019028. OLE color: 3019028.

HSL color Cylindrical-coordinate representation of color #14112E: hue angle of 246.21º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14112E is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 17 46 -
CMYK 0.57 0.63 0 0.82
HSL 246.21º 0.46% 0.12% -
HSV(B) 246.21º 0.63% 0.18% -
XYZ 0.98 0.75 2.68 -
YUV 21.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 20 17 46 0.57 0.63 0 0.82 246.21 0.46 0.12
Hex 14 11 2E 39 3F 0 52 F6 2E C
Octal 24 21 56 71 77 0 122 366 56 14
Binary 10100 10001 101110 111001 111111 0 1010010 11110110 101110 1100

Color Harmonies of #14112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14112E

Black with #14112E

Text Example


Text Example

White with #14112E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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