#18152F

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

Shades of Jaguar #18152F

Tints of Jaguar #18152F

Color information

#18152F (or 0x18152F) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 2F. RGB value is (24,21,47). Sum of RGB (Red+Green+Blue) = 24+21+47=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #18152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152F is #E7EAD0. Grayscale: #181818. Windows color (decimal): -15198929 or 3085592. OLE color: 3085592.

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

Color convert

RGB242147-
CMYK0.490.5500.82
HSL246.92º38.24%13.33%-
HSV(B)246.92º55.32%18.43%-
XYZ1.160.942.81-
YUV24.86140.49127.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.09%
GREEN value IS 21 (8.59% from 255) = 22.83%
BLUE value IS 47 (18.75% from 255) = 51.09%
R=26.09%
G=22.83%
B=51.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2421470.490.5500.82246.9238.2413.33
Hex18152F3137052f726d
Octal302557616701223674615
Binary110001010110111111000111011101010010111101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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