#181523

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

Shades of Jaguar #181523

Tints of Jaguar #181523

Color information

#181523 (or 0x181523) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 23. RGB value is (24,21,35). Sum of RGB (Red+Green+Blue) = 24+21+35=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 21 (8.59% from 255 or 26.25% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #181523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181523 is #E7EADC. Grayscale: #171717. Windows color (decimal): -15198941 or 2299160. OLE color: 2299160.

HSL color Cylindrical-coordinate representation of color #181523: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #181523 is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB242135-
CMYK0.310.4000.86
HSL252.86º25%10.98%-
HSV(B)252.86º40%13.73%-
XYZ0.950.851.7-
YUV23.49134.49128.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 30%
GREEN value IS 21 (8.59% from 255) = 26.25%
BLUE value IS 35 (14.06% from 255) = 43.75%
R=30%
G=26.25%
B=43.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2421350.310.4000.86252.862510.98
Hex1815231F28056fd19b
Octal302543375001263753113
Binary1100010101100011111111010000101011011111101110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181523; }

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

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

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

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

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

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

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

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