#141025

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

Shades of Jaguar #141025

Tints of Jaguar #141025

Color information

#141025 (or 0x141025) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 25. RGB value is (20,16,37). Sum of RGB (Red+Green+Blue) = 20+16+37=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #141025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141025 is #EBEFDA. Grayscale: #131313. Windows color (decimal): -15462363 or 2428948. OLE color: 2428948.

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

Color convert

RGB201637-
CMYK0.460.5700.85
HSL251.43º39.62%10.39%-
HSV(B)251.43º56.76%14.51%-
XYZ0.810.651.83-
YUV19.59137.83128.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.40%
GREEN value IS 16 (6.64% from 255) = 21.92%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=27.40%
G=21.92%
B=50.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2016370.460.5700.85251.4339.6210.39
Hex1410252E39055fb28a
Octal242045567101253735012
Binary101001000010010110111011100101010101111110111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141025; }

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

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

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

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

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

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

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

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