#141127

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

Shades of Jaguar #141127

Tints of Jaguar #141127

Color information

#141127 (or 0x141127) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 27. RGB value is (20,17,39). Sum of RGB (Red+Green+Blue) = 20+17+39=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #141127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141127 is #EBEED8. Grayscale: #141414. Windows color (decimal): -15462105 or 2560276. OLE color: 2560276.

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

Color convert

RGB201739-
CMYK0.490.5600.85
HSL248.18º39.29%10.98%-
HSV(B)248.18º56.41%15.29%-
XYZ0.860.72.01-
YUV20.4138.49127.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 39 (15.62% from 255) = 51.32%
R=26.32%
G=22.37%
B=51.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2017390.490.5600.85248.1839.2910.98
Hex1411273138055f827b
Octal242147617001253704713
Binary101001000110011111000111100001010101111110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141127; }

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

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

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

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

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

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

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

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