#181625

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

Shades of Jaguar #181625

Tints of Jaguar #181625

Color information

#181625 (or 0x181625) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 25. RGB value is (24,22,37). Sum of RGB (Red+Green+Blue) = 24+22+37=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #181625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181625 is #E7E9DA. Grayscale: #181818. Windows color (decimal): -15198683 or 2430488. OLE color: 2430488.

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

Color convert

RGB242237-
CMYK0.350.4100.85
HSL248º25.42%11.57%-
HSV(B)248º40.54%14.51%-
XYZ10.91.87-
YUV24.31135.16127.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.92%
GREEN value IS 22 (8.98% from 255) = 26.51%
BLUE value IS 37 (14.84% from 255) = 44.58%
R=28.92%
G=26.51%
B=44.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2422370.350.4100.8524825.4211.57
Hex1816252329055f819c
Octal302645435101253703114
Binary11000101101001011000111010010101010111111000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181625; }

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

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

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

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

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

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

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

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