Html Css Color HEX #171327 Jaguar

📋 copy color: '#171327'

red 23 ◦ green 19 ◦ blue 39

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

Shades of Jaguar #171327

Tints of Jaguar #171327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 23.46%

 BLUE value IS 39 (15.63% from 255) = 48.15%

R = 28.4%
G = 23.46%
B = 48.15%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#171327 (or 0x171327) is known color: Jaguar. HEX triplet: 17, 13 and 27. RGB value is (23,19,39). Sum of RGB (Red+Green+Blue) = 23+19+39=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 39 (15.62% from 255 or 48.15% from 81); Max value from RGB is 39 - color contains mainly: blue. Hex color #171327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171327 is #E8ECD8. Grayscale: #161616. Windows color (decimal): -15264985 or 2560791. OLE color: 2560791.

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

Color convert

RGB 23 19 39 -
CMYK 0.41 0.51 0 0.85
HSL 252º 0.34% 0.11% -
HSV(B) 252º 0.51% 0.15% -
XYZ 0.95 0.79 2.02 -
YUV 22.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 23 19 39 0.41 0.51 0 0.85 252 0.34 0.11
Hex 17 13 27 29 33 0 55 FC 22 B
Octal 27 23 47 51 63 0 125 374 42 13
Binary 10111 10011 100111 101001 110011 0 1010101 11111100 100010 1011

Color Harmonies of #171327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171327

Black with #171327

Text Example


Text Example

White with #171327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171327; }

 p { color: rgb(23,19,39); }

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

background-color css

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

 a { background-color: rgb(23,19,39); }

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

border-color css

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

 span { border-color: rgb(23,19,39); }

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