#18152D

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

Shades of Jaguar #18152D

Tints of Jaguar #18152D

Color information

#18152D (or 0x18152D) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 2D. RGB value is (24,21,45). Sum of RGB (Red+Green+Blue) = 24+21+45=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #18152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152D is #E7EAD2. Grayscale: #181818. Windows color (decimal): -15198931 or 2954520. OLE color: 2954520.

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

Color convert

RGB242145-
CMYK0.470.5300.82
HSL247.5º36.36%12.94%-
HSV(B)247.5º53.33%17.65%-
XYZ1.120.922.6-
YUV24.63139.49127.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 21 (8.59% from 255) = 23.33%
BLUE value IS 45 (17.97% from 255) = 50%
R=26.67%
G=23.33%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2421450.470.5300.82247.536.3612.94
Hex18152D2F35052f824d
Octal302555576501223704415
Binary110001010110110110111111010101010010111110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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