#18152E

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

Shades of Jaguar #18152E

Tints of Jaguar #18152E

Color information

#18152E (or 0x18152E) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 2E. RGB value is (24,21,46). Sum of RGB (Red+Green+Blue) = 24+21+46=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #18152E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152E is #E7EAD1. Grayscale: #181818. Windows color (decimal): -15198930 or 3020056. OLE color: 3020056.

HSL color Cylindrical-coordinate representation of color #18152E: hue angle of 247.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #18152E is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB242146-
CMYK0.480.5400.82
HSL247.2º37.31%13.14%-
HSV(B)247.2º54.35%18.04%-
XYZ1.140.932.7-
YUV24.75139.99127.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 21 (8.59% from 255) = 23.08%
BLUE value IS 46 (18.36% from 255) = 50.55%
R=26.37%
G=23.08%
B=50.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2421460.480.5400.82247.237.3113.14
Hex18152E3036052f725d
Octal302556606601223674515
Binary110001010110111011000011011001010010111101111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18152E; }

 p { color: rgb(24,21,46); }

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

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

 a { background-color: rgb(24,21,46); }

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

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

 span { border-color: rgb(24,21,46); }

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