#141027

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

Shades of Jaguar #141027

Tints of Jaguar #141027

Color information

#141027 (or 0x141027) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 27. RGB value is (20,16,39). Sum of RGB (Red+Green+Blue) = 20+16+39=75 (9% of max value = 765). Red value is 20 (8.20% from 255 or 26.67% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #141027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141027 is #EBEFD8. Grayscale: #131313. Windows color (decimal): -15462361 or 2560020. OLE color: 2560020.

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

Color convert

RGB201639-
CMYK0.490.5900.85
HSL250.43º41.82%10.78%-
HSV(B)250.43º58.97%15.29%-
XYZ0.840.672-
YUV19.82138.83128.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.67%
GREEN value IS 16 (6.64% from 255) = 21.33%
BLUE value IS 39 (15.62% from 255) = 52%
R=26.67%
G=21.33%
B=52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2016390.490.5900.85250.4341.8210.78
Hex141027313B055fa2ab
Octal242047617301253725213
Binary101001000010011111000111101101010101111110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141027; }

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

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

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

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

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

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

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

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