#18143B

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

Shades of Jaguar #18143B

Tints of Jaguar #18143B

Color information

#18143B (or 0x18143B) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 3B. RGB value is (24,20,59). Sum of RGB (Red+Green+Blue) = 24+20+59=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #18143B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18143B is #E7EBC4. Grayscale: #191919. Windows color (decimal): -15199173 or 3871768. OLE color: 3871768.

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

Color convert

RGB242059-
CMYK0.590.6600.77
HSL246.15º49.37%15.49%-
HSV(B)246.15º66.1%23.14%-
XYZ1.421.014.26-
YUV25.64146.83126.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 59 (23.44% from 255) = 57.28%
R=23.30%
G=19.42%
B=57.28%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2420590.590.6600.77246.1549.3715.49
Hex18143B3B4204Df631f
Octal3024737310201153666117
Binary1100010100111011111011100001001001101111101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18143B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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