#141130

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

Shades of Jaguar #141130

Tints of Jaguar #141130

Color information

#141130 (or 0x141130) is unknown color: approx Jaguar. HEX triplet: 14, 11 and 30. RGB value is (20,17,48). Sum of RGB (Red+Green+Blue) = 20+17+48=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 48 (19.14% from 255 or 56.47% from 85); Max value from RGB is 48 - color contains mainly: blue. Hex color #141130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141130 is #EBEECF. Grayscale: #151515. Windows color (decimal): -15462096 or 3150100. OLE color: 3150100.

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

Color convert

RGB201748-
CMYK0.580.6500.81
HSL245.81º47.69%12.75%-
HSV(B)245.81º64.58%18.82%-
XYZ1.020.762.89-
YUV21.43142.99126.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 23.53%
GREEN value IS 17 (7.03% from 255) = 20%
BLUE value IS 48 (19.14% from 255) = 56.47%
R=23.53%
G=20%
B=56.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2017480.580.6500.81245.8147.6912.75
Hex1411303A41051f630d
Octal2421607210101213666015
Binary1010010001110000111010100000101010001111101101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141130; }

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

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

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

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

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

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

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

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