#18143C

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

Shades of Jaguar #18143C

Tints of Jaguar #18143C

Color information

#18143C (or 0x18143C) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 3C. RGB value is (24,20,60). Sum of RGB (Red+Green+Blue) = 24+20+60=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #18143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18143C is #E7EBC3. Grayscale: #191919. Windows color (decimal): -15199172 or 3937304. OLE color: 3937304.

HSL color Cylindrical-coordinate representation of color #18143C: hue angle of 246º degrees, saturation: 0.5, 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 #18143C is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB242060-
CMYK0.600.6700.76
HSL246º50%15.69%-
HSV(B)246º66.67%23.53%-
XYZ1.441.024.4-
YUV25.76147.33126.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 60 (23.83% from 255) = 57.69%
R=23.08%
G=19.23%
B=57.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2420600.600.6700.762465015.69
Hex18143C3C4304Cf63210
Octal3024747410301143666220
Binary11000101001111001111001000011010011001111011011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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