Html Css Color HEX #18171F Jaguar

📋 copy color: '#18171F'

red 24 ◦ green 23 ◦ blue 31

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

Shades of Jaguar #18171F

Tints of Jaguar #18171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 39.74%

R = 30.77%
G = 29.49%
B = 39.74%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#18171F (or 0x18171F) is known color: Jaguar. HEX triplet: 18, 17 and 1F. RGB value is (24,23,31). Sum of RGB (Red+Green+Blue) = 24+23+31=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #18171F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171F is #E7E8E0. Grayscale: #181818. Windows color (decimal): -15198433 or 2037528. OLE color: 2037528.

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

Color convert

RGB 24 23 31 -
CMYK 0.23 0.26 0 0.88
HSL 247.5º 0.15% 0.11% -
HSV(B) 247.5º 0.26% 0.12% -
XYZ 0.93 0.91 1.42 -
YUV 24.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 24 23 31 0.23 0.26 0 0.88 247.5 0.15 0.11
Hex 18 17 1F 17 1A 0 58 F8 F B
Octal 30 27 37 27 32 0 130 370 17 13
Binary 11000 10111 11111 10111 11010 0 1011000 11111000 1111 1011

Color Harmonies of #18171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18171F

Black with #18171F

Text Example


Text Example

White with #18171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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