Html Css Color HEX #18171E Jaguar

📋 copy color: '#18171E'

red 24 ◦ green 23 ◦ blue 30

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

Shades of Jaguar #18171E

Tints of Jaguar #18171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.87%

 BLUE value IS 30 (12.11% from 255) = 38.96%

R = 31.17%
G = 29.87%
B = 38.96%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18171E (or 0x18171E) is known color: Jaguar. HEX triplet: 18, 17 and 1E. RGB value is (24,23,30). Sum of RGB (Red+Green+Blue) = 24+23+30=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #18171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171E is #E7E8E1. Grayscale: #181818. Windows color (decimal): -15198434 or 1971992. OLE color: 1971992.

HSL color Cylindrical-coordinate representation of color #18171E: hue angle of 248.57º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #18171E is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 24 23 30 -
CMYK 0.20 0.23 0 0.88
HSL 248.57º 0.13% 0.1% -
HSV(B) 248.57º 0.23% 0.12% -
XYZ 0.92 0.9 1.35 -
YUV 24.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 24 23 30 0.20 0.23 0 0.88 248.57 0.13 0.1
Hex 18 17 1E 14 17 0 58 F9 D A
Octal 30 27 36 24 27 0 130 371 15 12
Binary 11000 10111 11110 10100 10111 0 1011000 11111001 1101 1010

Color Harmonies of #18171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18171E

Black with #18171E

Text Example


Text Example

White with #18171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,23,30); }

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

background-color css

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

 a { background-color: rgb(24,23,30); }

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

border-color css

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

 span { border-color: rgb(24,23,30); }

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