Html Css Color HEX #141031 Jaguar

📋 copy color: '#141031'

red 20 ◦ green 16 ◦ blue 49

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

Shades of Jaguar #141031

Tints of Jaguar #141031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 23.53%
G = 18.82%
B = 57.65%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#141031 (or 0x141031) is known color: Jaguar. HEX triplet: 14, 10 and 31. RGB value is (20,16,49). Sum of RGB (Red+Green+Blue) = 20+16+49=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #141031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141031 is #EBEFCE. Grayscale: #141414. Windows color (decimal): -15462351 or 3215380. OLE color: 3215380.

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

Color convert

RGB 20 16 49 -
CMYK 0.59 0.67 0 0.81
HSL 247.27º 0.51% 0.13% -
HSV(B) 247.27º 0.67% 0.19% -
XYZ 1.03 0.74 2.99 -
YUV 20.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 20 16 49 0.59 0.67 0 0.81 247.27 0.51 0.13
Hex 14 10 31 3B 43 0 51 F7 33 D
Octal 24 20 61 73 103 0 121 367 63 15
Binary 10100 10000 110001 111011 1000011 0 1010001 11110111 110011 1101

Color Harmonies of #141031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141031

Black with #141031

Text Example


Text Example

White with #141031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141031; }

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

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

background-color css

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

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

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

border-color css

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

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

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