#141024

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

Shades of Jaguar #141024

Tints of Jaguar #141024

Color information

#141024 (or 0x141024) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 24. RGB value is (20,16,36). Sum of RGB (Red+Green+Blue) = 20+16+36=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 36 (14.45% from 255 or 50% from 72); Max value from RGB is 36 - color contains mainly: blue. Hex color #141024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141024 is #EBEFDB. Grayscale: #131313. Windows color (decimal): -15462364 or 2363412. OLE color: 2363412.

HSL color Cylindrical-coordinate representation of color #141024: hue angle of 252º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #141024 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB201636-
CMYK0.440.5600.86
HSL252º38.46%10.2%-
HSV(B)252º55.56%14.12%-
XYZ0.790.651.75-
YUV19.48137.33128.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 27.78%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 36 (14.45% from 255) = 50%
R=27.78%
G=22.22%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2016360.440.5600.8625238.4610.2
Hex1410242C38056fc26a
Octal242044547001263744612
Binary101001000010010010110011100001010110111111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141024; }

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

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

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

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

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

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

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

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