#18162B

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

Shades of Jaguar #18162B

Tints of Jaguar #18162B

Color information

#18162B (or 0x18162B) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 2B. RGB value is (24,22,43). Sum of RGB (Red+Green+Blue) = 24+22+43=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #18162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18162B is #E7E9D4. Grayscale: #181818. Windows color (decimal): -15198677 or 2823704. OLE color: 2823704.

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

Color convert

RGB242243-
CMYK0.440.4900.83
HSL245.71º32.31%12.75%-
HSV(B)245.71º48.84%16.86%-
XYZ1.10.942.41-
YUV24.99138.16127.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=26.97%
G=24.72%
B=48.31%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2422430.440.4900.83245.7132.3112.75
Hex18162B2C31053f620d
Octal302653546101233664015
Binary110001011010101110110011000101010011111101101000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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