Html Css Color HEX #141131 Jaguar

📋 copy color: '#141131'

red 20 ◦ green 17 ◦ blue 49

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

Shades of Jaguar #141131

Tints of Jaguar #141131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 56.98%

R = 23.26%
G = 19.77%
B = 56.98%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141131 (or 0x141131) is known color: Jaguar. HEX triplet: 14, 11 and 31. RGB value is (20,17,49). Sum of RGB (Red+Green+Blue) = 20+17+49=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #141131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141131 is #EBEECE. Grayscale: #151515. Windows color (decimal): -15462095 or 3215636. OLE color: 3215636.

HSL color Cylindrical-coordinate representation of color #141131: hue angle of 245.62º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141131 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 20 17 49 -
CMYK 0.59 0.65 0 0.81
HSL 245.63º 0.48% 0.13% -
HSV(B) 245.63º 0.65% 0.19% -
XYZ 1.04 0.77 3 -
YUV 21.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 20 17 49 0.59 0.65 0 0.81 245.63 0.48 0.13
Hex 14 11 31 3B 41 0 51 F6 30 D
Octal 24 21 61 73 101 0 121 366 60 15
Binary 10100 10001 110001 111011 1000001 0 1010001 11110110 110000 1101

Color Harmonies of #141131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141131

Black with #141131

Text Example


Text Example

White with #141131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141131; }

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

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

background-color css

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

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

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

border-color css

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

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

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