#18152A

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

Shades of Jaguar #18152A

Tints of Jaguar #18152A

Color information

#18152A (or 0x18152A) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 2A. RGB value is (24,21,42). Sum of RGB (Red+Green+Blue) = 24+21+42=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 42 (16.80% from 255 or 48.28% from 87); Max value from RGB is 42 - color contains mainly: blue. Hex color #18152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152A is #E7EAD5. Grayscale: #181818. Windows color (decimal): -15198934 or 2757912. OLE color: 2757912.

HSL color Cylindrical-coordinate representation of color #18152A: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18152A is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB242142-
CMYK0.430.5000.84
HSL248.57º33.33%12.35%-
HSV(B)248.57º50%16.47%-
XYZ1.060.92.31-
YUV24.29137.99127.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 42 (16.80% from 255) = 48.28%
R=27.59%
G=24.14%
B=48.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2421420.430.5000.84248.5733.3312.35
Hex18152A2B32054f921c
Octal302552536201243714114
Binary110001010110101010101111001001010100111110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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