#141026

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

Shades of Jaguar #141026

Tints of Jaguar #141026

Color information

#141026 (or 0x141026) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 26. RGB value is (20,16,38). Sum of RGB (Red+Green+Blue) = 20+16+38=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 16 (6.64% from 255 or 21.62% from 74); Blue value is 38 (15.23% from 255 or 51.35% from 74); Max value from RGB is 38 - color contains mainly: blue. Hex color #141026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141026 is #EBEFD9. Grayscale: #131313. Windows color (decimal): -15462362 or 2494484. OLE color: 2494484.

HSL color Cylindrical-coordinate representation of color #141026: hue angle of 250.91º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #141026 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB201638-
CMYK0.470.5800.85
HSL250.91º40.74%10.59%-
HSV(B)250.91º57.89%14.9%-
XYZ0.820.661.92-
YUV19.7138.33128.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 16 (6.64% from 255) = 21.62%
BLUE value IS 38 (15.23% from 255) = 51.35%
R=27.03%
G=21.62%
B=51.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2016380.470.5800.85250.9140.7410.59
Hex1410262F3A055fb29b
Octal242046577201253735113
Binary101001000010011010111111101001010101111110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141026; }

 p { color: rgb(20,16,38); }

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

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

 a { background-color: rgb(20,16,38); }

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

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

 span { border-color: rgb(20,16,38); }

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