#181435

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

Shades of Jaguar #181435

Tints of Jaguar #181435

Color information

#181435 (or 0x181435) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 35. RGB value is (24,20,53). Sum of RGB (Red+Green+Blue) = 24+20+53=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #181435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181435 is #E7EBCA. Grayscale: #181818. Windows color (decimal): -15199179 or 3478552. OLE color: 3478552.

HSL color Cylindrical-coordinate representation of color #181435: hue angle of 247.27º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181435 is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB242053-
CMYK0.550.6200.79
HSL247.27º45.21%14.31%-
HSV(B)247.27º62.26%20.78%-
XYZ1.270.953.48-
YUV24.96143.83127.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.74%
GREEN value IS 20 (8.20% from 255) = 20.62%
BLUE value IS 53 (21.09% from 255) = 54.64%
R=24.74%
G=20.62%
B=54.64%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2420530.550.6200.79247.2745.2114.31
Hex181435373E04Ff72de
Octal302465677601173675516
Binary110001010011010111011111111001001111111101111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181435; }

 p { color: rgb(24,20,53); }

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

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

 a { background-color: rgb(24,20,53); }

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

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

 span { border-color: rgb(24,20,53); }

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