#181530

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

Shades of Jaguar #181530

Tints of Jaguar #181530

Color information

#181530 (or 0x181530) is unknown color: approx Jaguar. HEX triplet: 18, 15 and 30. RGB value is (24,21,48). Sum of RGB (Red+Green+Blue) = 24+21+48=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #181530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181530 is #E7EACF. Grayscale: #181818. Windows color (decimal): -15198928 or 3151128. OLE color: 3151128.

HSL color Cylindrical-coordinate representation of color #181530: hue angle of 246.67º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #181530 is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB242148-
CMYK0.50.5600.81
HSL246.67º39.13%13.53%-
HSV(B)246.67º56.25%18.82%-
XYZ1.180.942.92-
YUV24.98140.99127.3-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.81%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 48 (19.14% from 255) = 51.61%
R=25.81%
G=22.58%
B=51.61%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2421480.50.5600.81246.6739.1313.53
Hex1815303238051f727e
Octal302560627001213674716
Binary110001010111000011001011100001010001111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181530; }

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

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

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

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

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

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

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

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