#141028

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

Shades of Jaguar #141028

Tints of Jaguar #141028

Color information

#141028 (or 0x141028) is unknown color: approx Jaguar. HEX triplet: 14, 10 and 28. RGB value is (20,16,40). Sum of RGB (Red+Green+Blue) = 20+16+40=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #141028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141028 is #EBEFD7. Grayscale: #131313. Windows color (decimal): -15462360 or 2625556. OLE color: 2625556.

HSL color Cylindrical-coordinate representation of color #141028: hue angle of 250º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141028 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB201640-
CMYK0.50.6000.84
HSL250º42.86%10.98%-
HSV(B)250º60%15.69%-
XYZ0.860.672.09-
YUV19.93139.33128.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 26.32%
GREEN value IS 16 (6.64% from 255) = 21.05%
BLUE value IS 40 (16.02% from 255) = 52.63%
R=26.32%
G=21.05%
B=52.63%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2016400.50.6000.8425042.8610.98
Hex141028323C054fa2bb
Octal242050627401243725313
Binary101001000010100011001011110001010100111110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141028; }

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

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

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

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

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

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

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

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