#181630

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

Shades of Jaguar #181630

Tints of Jaguar #181630

Color information

#181630 (or 0x181630) is unknown color: approx Jaguar. HEX triplet: 18, 16 and 30. RGB value is (24,22,48). Sum of RGB (Red+Green+Blue) = 24+22+48=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #181630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181630 is #E7E9CF. Grayscale: #191919. Windows color (decimal): -15198672 or 3151384. OLE color: 3151384.

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

Color convert

RGB242248-
CMYK0.50.5400.81
HSL244.62º37.14%13.73%-
HSV(B)244.62º54.17%18.82%-
XYZ1.20.982.92-
YUV25.56140.66126.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 48 (19.14% from 255) = 51.06%
R=25.53%
G=23.40%
B=51.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2422480.50.5400.81244.6237.1413.73
Hex1816303236051f525e
Octal302660626601213654516
Binary110001011011000011001011011001010001111101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181630; }

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

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

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

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

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

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

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

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