#181626

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

Shades of Jaguar #181626

Tints of Jaguar #181626

Color information

#181626 (or 0x181626) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 26. RGB value is (24,22,38). Sum of RGB (Red+Green+Blue) = 24+22+38=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 38 (15.23% from 255 or 45.24% from 84); Max value from RGB is 38 - color contains mainly: blue. Hex color #181626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181626 is #E7E9D9. Grayscale: #181818. Windows color (decimal): -15198682 or 2496024. OLE color: 2496024.

HSL color Cylindrical-coordinate representation of color #181626: hue angle of 247.5º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #181626 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB242238-
CMYK0.370.4200.85
HSL247.5º26.67%11.76%-
HSV(B)247.5º42.11%14.9%-
XYZ1.010.911.96-
YUV24.42135.66127.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 22 (8.98% from 255) = 26.19%
BLUE value IS 38 (15.23% from 255) = 45.24%
R=28.57%
G=26.19%
B=45.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2422380.370.4200.85247.526.6711.76
Hex181626252A055f81bc
Octal302646455201253703314
Binary11000101101001101001011010100101010111111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181626; }

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

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

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

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

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

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

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

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