#18142A

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

Shades of Jaguar #18142A

Tints of Jaguar #18142A

Color information

#18142A (or 0x18142A) is unknown color: approx Jaguar. HEX triplet: 18, 14 and 2A. RGB value is (24,20,42). Sum of RGB (Red+Green+Blue) = 24+20+42=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #18142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18142A is #E7EBD5. Grayscale: #171717. Windows color (decimal): -15199190 or 2757656. OLE color: 2757656.

HSL color Cylindrical-coordinate representation of color #18142A: hue angle of 250.91º degrees, saturation: 0.35, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18142A is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB242042-
CMYK0.430.5200.84
HSL250.91º35.48%12.16%-
HSV(B)250.91º52.38%16.47%-
XYZ1.040.862.3-
YUV23.7138.33128.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 20 (8.20% from 255) = 23.26%
BLUE value IS 42 (16.80% from 255) = 48.84%
R=27.91%
G=23.26%
B=48.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2420420.430.5200.84250.9135.4812.16
Hex18142A2B34054fb23c
Octal302452536401243734314
Binary110001010010101010101111010001010100111110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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