#14103A

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

Shades of Jaguar #14103A

Tints of Jaguar #14103A

Color information

#14103A (or 0x14103A) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 3A. RGB value is (20,16,58). Sum of RGB (Red+Green+Blue) = 20+16+58=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #14103A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14103A is #EBEFC5. Grayscale: #151515. Windows color (decimal): -15462342 or 3805204. OLE color: 3805204.

HSL color Cylindrical-coordinate representation of color #14103A: hue angle of 245.71º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #14103A is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB201658-
CMYK0.660.7200.77
HSL245.71º56.76%14.51%-
HSV(B)245.71º72.41%22.75%-
XYZ1.240.824.1-
YUV21.98148.33126.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 58 (23.05% from 255) = 61.70%
R=21.28%
G=17.02%
B=61.70%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2016580.660.7200.77245.7156.7614.51
Hex14103A424804Df639f
Octal24207210211001153667117
Binary10100100001110101000010100100001001101111101101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14103A; }

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

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

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

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

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

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

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

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