Html Css Color HEX #140F31 Jaguar

📋 copy color: '#140F31'

red 20 ◦ green 15 ◦ blue 49

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

Shades of Jaguar #140F31

Tints of Jaguar #140F31

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.86%

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

R = 23.81%
G = 17.86%
B = 58.33%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#140F31 (or 0x140F31) is known color: Jaguar. HEX triplet: 14, 0F and 31. RGB value is (20,15,49). Sum of RGB (Red+Green+Blue) = 20+15+49=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 15 (6.25% from 255 or 17.86% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #140F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F31 is #EBF0CE. Grayscale: #141414. Windows color (decimal): -15462607 or 3215124. OLE color: 3215124.

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

Color convert

RGB 20 15 49 -
CMYK 0.59 0.69 0 0.81
HSL 248.82º 0.53% 0.13% -
HSV(B) 248.82º 0.69% 0.19% -
XYZ 1.01 0.71 2.99 -
YUV 20.37 144.16 127.74 -
System Red Green Blue C M Y K H S L
Decimal 20 15 49 0.59 0.69 0 0.81 248.82 0.53 0.13
Hex 14 F 31 3B 45 0 51 F9 35 D
Octal 24 17 61 73 105 0 121 371 65 15
Binary 10100 1111 110001 111011 1000101 0 1010001 11111001 110101 1101

Color Harmonies of #140F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F31

Black with #140F31

Text Example


Text Example

White with #140F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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