#141125

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

Shades of Jaguar #141125

Tints of Jaguar #141125

Color information

#141125 (or 0x141125) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 25. RGB value is (20,17,37). Sum of RGB (Red+Green+Blue) = 20+17+37=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #141125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141125 is #EBEEDA. Grayscale: #141414. Windows color (decimal): -15462107 or 2429204. OLE color: 2429204.

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

Color convert

RGB201737-
CMYK0.460.5400.85
HSL249º37.04%10.59%-
HSV(B)249º54.05%14.51%-
XYZ0.820.681.84-
YUV20.18137.49127.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.03%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 37 (14.84% from 255) = 50%
R=27.03%
G=22.97%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2017370.460.5400.8524937.0410.59
Hex1411252E36055f925b
Octal242145566601253714513
Binary101001000110010110111011011001010101111110011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141125; }

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

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

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

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

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

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

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

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