#140F29

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

Shades of Jaguar #140F29

Tints of Jaguar #140F29

Color information

#140F29 (or 0x140F29) is unknown color: approx Jaguar. HEX triplet: 14, 0F and 29. RGB value is (20,15,41). Sum of RGB (Red+Green+Blue) = 20+15+41=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 15 (6.25% from 255 or 19.74% from 76); Blue value is 41 (16.41% from 255 or 53.95% from 76); Max value from RGB is 41 - color contains mainly: blue. Hex color #140F29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F29 is #EBF0D6. Grayscale: #131313. Windows color (decimal): -15462615 or 2690836. OLE color: 2690836.

HSL color Cylindrical-coordinate representation of color #140F29: hue angle of 251.54º degrees, saturation: 0.46, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #140F29 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB201541-
CMYK0.510.6300.84
HSL251.54º46.43%10.98%-
HSV(B)251.54º63.41%16.08%-
XYZ0.860.652.18-
YUV19.46140.16128.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 15 (6.25% from 255) = 19.74%
BLUE value IS 41 (16.41% from 255) = 53.95%
R=26.32%
G=19.74%
B=53.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2015410.510.6300.84251.5446.4310.98
Hex14F29333F054fc2eb
Octal241751637701243745613
Binary10100111110100111001111111101010100111111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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