#140F2A

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

Shades of Jaguar #140F2A

Tints of Jaguar #140F2A

Color information

#140F2A (or 0x140F2A) is unknown color: approx Jaguar. HEX triplet: 14, 0F and 2A. RGB value is (20,15,42). Sum of RGB (Red+Green+Blue) = 20+15+42=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 15 (6.25% from 255 or 19.48% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #140F2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F2A is #EBF0D5. Grayscale: #131313. Windows color (decimal): -15462614 or 2756372. OLE color: 2756372.

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

Color convert

RGB201542-
CMYK0.520.6400.84
HSL251.11º47.37%11.18%-
HSV(B)251.11º64.29%16.47%-
XYZ0.880.662.27-
YUV19.57140.66128.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.97%
GREEN value IS 15 (6.25% from 255) = 19.48%
BLUE value IS 42 (16.80% from 255) = 54.55%
R=25.97%
G=19.48%
B=54.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2015420.520.6400.84251.1147.3711.18
Hex14F2A3440054fb2fb
Octal2417526410001243735713
Binary101001111101010110100100000001010100111110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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