#140F2D

Color #140F2D Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #140F2D

Tints of Jaguar #140F2D

Color information

#140F2D (or 0x140F2D) is unknown color: approx Jaguar. HEX triplet: 14, 0F and 2D. RGB value is (20,15,45). Sum of RGB (Red+Green+Blue) = 20+15+45=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #140F2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F2D is #EBF0D2. Grayscale: #131313. Windows color (decimal): -15462611 or 2952980. OLE color: 2952980.

HSL color Cylindrical-coordinate representation of color #140F2D: hue angle of 250º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #140F2D is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB201545-
CMYK0.560.6700.82
HSL250º50%11.76%-
HSV(B)250º66.67%17.65%-
XYZ0.930.682.56-
YUV19.92142.16128.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=25%
G=18.75%
B=56.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2015450.560.6700.822505011.76
Hex14F2D3843052fa32c
Octal2417557010301223726214
Binary101001111101101111000100001101010010111110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #140F2D;
 }
 .AnyTagClassName
 {
   color: #140F2D;
 }
</style>
background-color css

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

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

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

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

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

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