Html Css Color HEX #18171C Jaguar

📋 copy color: '#18171C'

red 24 ◦ green 23 ◦ blue 28

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

Shades of Jaguar #18171C

Tints of Jaguar #18171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 37.33%

R = 32%
G = 30.67%
B = 37.33%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18171C (or 0x18171C) is known color: Jaguar. HEX triplet: 18, 17 and 1C. RGB value is (24,23,28). Sum of RGB (Red+Green+Blue) = 24+23+28=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 28 - color contains mainly: blue. Hex color #18171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171C is #E7E8E3. Grayscale: #171717. Windows color (decimal): -15198436 or 1840920. OLE color: 1840920.

HSL color Cylindrical-coordinate representation of color #18171C: hue angle of 252º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #18171C is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 24 23 28 -
CMYK 0.14 0.18 0 0.89
HSL 252º 0.1% 0.1% -
HSV(B) 252º 0.18% 0.11% -
XYZ 0.89 0.89 1.22 -
YUV 23.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 24 23 28 0.14 0.18 0 0.89 252 0.1 0.1
Hex 18 17 1C E 12 0 59 FC A A
Octal 30 27 34 16 22 0 131 374 12 12
Binary 11000 10111 11100 1110 10010 0 1011001 11111100 1010 1010

Color Harmonies of #18171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18171C

Black with #18171C

Text Example


Text Example

White with #18171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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