Html Css Color HEX #141120 Jaguar

📋 copy color: '#141120'

red 20 ◦ green 17 ◦ blue 32

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

Shades of Jaguar #141120

Tints of Jaguar #141120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 46.38%

R = 28.99%
G = 24.64%
B = 46.38%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141120 (or 0x141120) is known color: Jaguar. HEX triplet: 14, 11 and 20. RGB value is (20,17,32). Sum of RGB (Red+Green+Blue) = 20+17+32=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #141120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141120 is #EBEEDF. Grayscale: #131313. Windows color (decimal): -15462112 or 2101524. OLE color: 2101524.

HSL color Cylindrical-coordinate representation of color #141120: hue angle of 252º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #141120 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 17 32 -
CMYK 0.37 0.47 0 0.87
HSL 252º 0.31% 0.1% -
HSV(B) 252º 0.47% 0.13% -
XYZ 0.75 0.65 1.45 -
YUV 19.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 20 17 32 0.37 0.47 0 0.87 252 0.31 0.1
Hex 14 11 20 25 2F 0 57 FC 1F A
Octal 24 21 40 45 57 0 127 374 37 12
Binary 10100 10001 100000 100101 101111 0 1010111 11111100 11111 1010

Color Harmonies of #141120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141120

Black with #141120

Text Example


Text Example

White with #141120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141120; }

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

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

background-color css

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

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

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

border-color css

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

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

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