Html Css Color HEX #17161A Jaguar

📋 copy color: '#17161A'

red 23 ◦ green 22 ◦ blue 26

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

Shades of Jaguar #17161A

Tints of Jaguar #17161A

RGB

 RED value IS 23 (9.38% from 255) = 32.39%

 GREEN value IS 22 (8.98% from 255) = 30.99%

 BLUE value IS 26 (10.55% from 255) = 36.62%

R = 32.39%
G = 30.99%
B = 36.62%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#17161A (or 0x17161A) is known color: Jaguar. HEX triplet: 17, 16 and 1A. RGB value is (23,22,26). Sum of RGB (Red+Green+Blue) = 23+22+26=71 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.39% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 26 - color contains mainly: blue. Hex color #17161A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17161A is #E8E9E5. Grayscale: #161616. Windows color (decimal): -15264230 or 1709591. OLE color: 1709591.

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

Color convert

RGB 23 22 26 -
CMYK 0.12 0.15 0 0.90
HSL 255º 0.08% 0.09% -
HSV(B) 255º 0.15% 0.1% -
XYZ 0.83 0.83 1.09 -
YUV 22.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 23 22 26 0.12 0.15 0 0.90 255 0.08 0.09
Hex 17 16 1A C F 0 5A FF 8 9
Octal 27 26 32 14 17 0 132 377 10 11
Binary 10111 10110 11010 1100 1111 0 1011010 11111111 1000 1001

Color Harmonies of #17161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17161A

Black with #17161A

Text Example


Text Example

White with #17161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17161A; }

 p { color: rgb(23,22,26); }

 H1.HeaderClassName
 {
   color: #17161A;
 }
 .AnyTagClassName
 {
   color: #17161A;
 }
</style>

background-color css

<style>
 a { background-color: #17161A; }

 a { background-color: rgb(23,22,26); }

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

border-color css

<style>
 span { border-color: #17161A; }

 span { border-color: rgb(23,22,26); }

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