#18152B

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

Shades of Jaguar #18152B

Tints of Jaguar #18152B

Color information

#18152B (or 0x18152B) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 2B. RGB value is (24,21,43). Sum of RGB (Red+Green+Blue) = 24+21+43=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #18152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152B is #E7EAD4. Grayscale: #181818. Windows color (decimal): -15198933 or 2823448. OLE color: 2823448.

HSL color Cylindrical-coordinate representation of color #18152B: hue angle of 248.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18152B is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB242143-
CMYK0.440.5100.83
HSL248.18º34.38%12.55%-
HSV(B)248.18º51.16%16.86%-
XYZ1.080.92.4-
YUV24.4138.49127.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 21 (8.59% from 255) = 23.86%
BLUE value IS 43 (17.19% from 255) = 48.86%
R=27.27%
G=23.86%
B=48.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2421430.440.5100.83248.1834.3812.55
Hex18152B2C33053f822d
Octal302553546301233704215
Binary110001010110101110110011001101010011111110001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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