#140F2B

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

Shades of Jaguar #140F2B

Tints of Jaguar #140F2B

Color information

#140F2B (or 0x140F2B) is unknown color: approx Jaguar. HEX triplet: 14, 0F and 2B. RGB value is (20,15,43). Sum of RGB (Red+Green+Blue) = 20+15+43=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 43 (17.19% from 255 or 55.13% from 78); Max value from RGB is 43 - color contains mainly: blue. Hex color #140F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140F2B is #EBF0D4. Grayscale: #131313. Windows color (decimal): -15462613 or 2821908. OLE color: 2821908.

HSL color Cylindrical-coordinate representation of color #140F2B: hue angle of 250.71º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #140F2B is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB201543-
CMYK0.530.6500.83
HSL250.71º48.28%11.37%-
HSV(B)250.71º65.12%16.86%-
XYZ0.90.662.37-
YUV19.69141.16128.22-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 25.64%
GREEN value IS 15 (6.25% from 255) = 19.23%
BLUE value IS 43 (17.19% from 255) = 55.13%
R=25.64%
G=19.23%
B=55.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2015430.530.6500.83250.7148.2811.37
Hex14F2B3541053fb30b
Octal2417536510101233736013
Binary101001111101011110101100000101010011111110111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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