#18153A

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

Shades of Jaguar #18153A

Tints of Jaguar #18153A

Color information

#18153A (or 0x18153A) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 3A. RGB value is (24,21,58). Sum of RGB (Red+Green+Blue) = 24+21+58=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #18153A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18153A is #E7EAC5. Grayscale: #191919. Windows color (decimal): -15198918 or 3806488. OLE color: 3806488.

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

Color convert

RGB242158-
CMYK0.590.6400.77
HSL244.86º46.84%15.49%-
HSV(B)244.86º63.79%22.75%-
XYZ1.411.044.13-
YUV26.12145.99126.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.30%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 58 (23.05% from 255) = 56.31%
R=23.30%
G=20.39%
B=56.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2421580.590.6400.77244.8646.8415.49
Hex18153A3B4004Df52ff
Octal3025727310001153655717
Binary1100010101111010111011100000001001101111101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18153A; }

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

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

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

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

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

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

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

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