#18143D

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

Shades of Jaguar #18143D

Tints of Jaguar #18143D

Color information

#18143D (or 0x18143D) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 3D. RGB value is (24,20,61). Sum of RGB (Red+Green+Blue) = 24+20+61=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #18143D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18143D is #E7EBC2. Grayscale: #191919. Windows color (decimal): -15199171 or 4002840. OLE color: 4002840.

HSL color Cylindrical-coordinate representation of color #18143D: hue angle of 245.85º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18143D is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB242061-
CMYK0.610.6700.76
HSL245.85º50.62%15.88%-
HSV(B)245.85º67.21%23.92%-
XYZ1.471.034.54-
YUV25.87147.83126.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.86%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 61 (24.22% from 255) = 58.10%
R=22.86%
G=19.05%
B=58.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2420610.610.6700.76245.8550.6215.88
Hex18143D3D4304Cf63310
Octal3024757510301143666320
Binary11000101001111011111011000011010011001111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18143D; }

 p { color: rgb(24,20,61); }

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

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

 a { background-color: rgb(24,20,61); }

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

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

 span { border-color: rgb(24,20,61); }

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