Html Css Color HEX #171426 Jaguar

📋 copy color: '#171426'

red 23 ◦ green 20 ◦ blue 38

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

Shades of Jaguar #171426

Tints of Jaguar #171426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.69%

 BLUE value IS 38 (15.23% from 255) = 46.91%

R = 28.4%
G = 24.69%
B = 46.91%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#171426 (or 0x171426) is known color: Jaguar. HEX triplet: 17, 14 and 26. RGB value is (23,20,38). Sum of RGB (Red+Green+Blue) = 23+20+38=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 38 (15.23% from 255 or 46.91% from 81); Max value from RGB is 38 - color contains mainly: blue. Hex color #171426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171426 is #E8EBD9. Grayscale: #161616. Windows color (decimal): -15264730 or 2495511. OLE color: 2495511.

HSL color Cylindrical-coordinate representation of color #171426: hue angle of 250º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #171426 is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 23 20 38 -
CMYK 0.39 0.47 0 0.85
HSL 250º 0.31% 0.11% -
HSV(B) 250º 0.47% 0.15% -
XYZ 0.95 0.82 1.94 -
YUV 22.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 23 20 38 0.39 0.47 0 0.85 250 0.31 0.11
Hex 17 14 26 27 2F 0 55 FA 1F B
Octal 27 24 46 47 57 0 125 372 37 13
Binary 10111 10100 100110 100111 101111 0 1010101 11111010 11111 1011

Color Harmonies of #171426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171426

Black with #171426

Text Example


Text Example

White with #171426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171426; }

 p { color: rgb(23,20,38); }

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

background-color css

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

 a { background-color: rgb(23,20,38); }

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

border-color css

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

 span { border-color: rgb(23,20,38); }

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