#141030

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

Shades of Jaguar #141030

Tints of Jaguar #141030

Color information

#141030 (or 0x141030) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 30. RGB value is (20,16,48). Sum of RGB (Red+Green+Blue) = 20+16+48=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #141030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141030 is #EBEFCF. Grayscale: #141414. Windows color (decimal): -15462352 or 3149844. OLE color: 3149844.

HSL color Cylindrical-coordinate representation of color #141030: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141030 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB201648-
CMYK0.580.6700.81
HSL247.5º50%12.55%-
HSV(B)247.5º66.67%18.82%-
XYZ1.010.732.88-
YUV20.84143.33127.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.81%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=23.81%
G=19.05%
B=57.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2016480.580.6700.81247.55012.55
Hex1410303A43051f832d
Octal2420607210301213706215
Binary1010010000110000111010100001101010001111110001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141030; }

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

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

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

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

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

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

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

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