#18142B

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

Shades of Jaguar #18142B

Tints of Jaguar #18142B

Color information

#18142B (or 0x18142B) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 2B. RGB value is (24,20,43). Sum of RGB (Red+Green+Blue) = 24+20+43=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 43 (17.19% from 255 or 49.43% from 87); Max value from RGB is 43 - color contains mainly: blue. Hex color #18142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18142B is #E7EBD4. Grayscale: #171717. Windows color (decimal): -15199189 or 2823192. OLE color: 2823192.

HSL color Cylindrical-coordinate representation of color #18142B: hue angle of 250.43º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #18142B is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB242043-
CMYK0.440.5300.83
HSL250.43º36.51%12.35%-
HSV(B)250.43º53.49%16.86%-
XYZ1.060.872.4-
YUV23.82138.83128.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.59%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 43 (17.19% from 255) = 49.43%
R=27.59%
G=22.99%
B=49.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2420430.440.5300.83250.4336.5112.35
Hex18142B2C35053fa25c
Octal302453546501233724514
Binary110001010010101110110011010101010011111110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18142B; }

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

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

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

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

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

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

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

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