#181439

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

Shades of Jaguar #181439

Tints of Jaguar #181439

Color information

#181439 (or 0x181439) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 39. RGB value is (24,20,57). Sum of RGB (Red+Green+Blue) = 24+20+57=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #181439 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181439 is #E7EBC6. Grayscale: #191919. Windows color (decimal): -15199175 or 3740696. OLE color: 3740696.

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

Color convert

RGB242057-
CMYK0.580.6500.78
HSL246.49º48.05%15.1%-
HSV(B)246.49º64.91%22.35%-
XYZ1.370.993.99-
YUV25.41145.83126.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.76%
GREEN value IS 20 (8.20% from 255) = 19.80%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=23.76%
G=19.80%
B=56.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2420570.580.6500.78246.4948.0515.1
Hex1814393A4104Ef630f
Octal3024717210101163666017
Binary1100010100111001111010100000101001110111101101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181439; }

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

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

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

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

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

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

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

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