Html Css Color HEX #18171B Jaguar

📋 copy color: '#18171B'

red 24 ◦ green 23 ◦ blue 27

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

Shades of Jaguar #18171B

Tints of Jaguar #18171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 36.49%

R = 32.43%
G = 31.08%
B = 36.49%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#18171B (or 0x18171B) is known color: Jaguar. HEX triplet: 18, 17 and 1B. RGB value is (24,23,27). Sum of RGB (Red+Green+Blue) = 24+23+27=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 23 (9.38% from 255 or 31.08% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 27 - color contains mainly: blue. Hex color #18171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18171B is #E7E8E4. Grayscale: #171717. Windows color (decimal): -15198437 or 1775384. OLE color: 1775384.

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

Color convert

RGB 24 23 27 -
CMYK 0.11 0.15 0 0.89
HSL 255º 0.08% 0.1% -
HSV(B) 255º 0.15% 0.11% -
XYZ 0.88 0.89 1.16 -
YUV 23.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 24 23 27 0.11 0.15 0 0.89 255 0.08 0.1
Hex 18 17 1B B F 0 59 FF 8 A
Octal 30 27 33 13 17 0 131 377 10 12
Binary 11000 10111 11011 1011 1111 0 1011001 11111111 1000 1010

Color Harmonies of #18171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18171B

Black with #18171B

Text Example


Text Example

White with #18171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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