Html Css Color HEX #18142E Jaguar

📋 copy color: '#18142E'

red 24 ◦ green 20 ◦ blue 46

#18142E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #18142E

Tints of Jaguar #18142E

RGB

 RED value IS 24 (9.77% from 255) = 26.67%

 GREEN value IS 20 (8.2% from 255) = 22.22%

 BLUE value IS 46 (18.36% from 255) = 51.11%

R = 26.67%
G = 22.22%
B = 51.11%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18142E (or 0x18142E) is known color: Jaguar. HEX triplet: 18, 14 and 2E. RGB value is (24,20,46). Sum of RGB (Red+Green+Blue) = 24+20+46=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 20 (8.20% from 255 or 22.22% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #18142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18142E is #E7EBD1. Grayscale: #181818. Windows color (decimal): -15199186 or 3019800. OLE color: 3019800.

HSL color Cylindrical-coordinate representation of color #18142E: hue angle of 249.23º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #18142E is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 20 46 -
CMYK 0.48 0.57 0 0.82
HSL 249.23º 0.39% 0.13% -
HSV(B) 249.23º 0.57% 0.18% -
XYZ 1.12 0.89 2.7 -
YUV 24.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 24 20 46 0.48 0.57 0 0.82 249.23 0.39 0.13
Hex 18 14 2E 30 39 0 52 F9 27 D
Octal 30 24 56 60 71 0 122 371 47 15
Binary 11000 10100 101110 110000 111001 0 1010010 11111001 100111 1101

Color Harmonies of #18142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18142E

Black with #18142E

Text Example


Text Example

White with #18142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18142E;
 }
 .AnyTagClassName
 {
   color: #18142E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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