Html Css Color HEX #171335 Jaguar

📋 copy color: '#171335'

red 23 ◦ green 19 ◦ blue 53

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

Shades of Jaguar #171335

Tints of Jaguar #171335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 55.79%

R = 24.21%
G = 20%
B = 55.79%

CMYK

 C value IS 0.57

 M value IS 0.64

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#171335 (or 0x171335) is known color: Jaguar. HEX triplet: 17, 13 and 35. RGB value is (23,19,53). Sum of RGB (Red+Green+Blue) = 23+19+53=95 (12% of max value = 765). Red value is 23 (9.38% from 255 or 24.21% from 95); Green value is 19 (7.81% from 255 or 20% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #171335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171335 is #E8ECCA. Grayscale: #171717. Windows color (decimal): -15264971 or 3478295. OLE color: 3478295.

HSL color Cylindrical-coordinate representation of color #171335: hue angle of 247.06º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #171335 is Cyan = 0.57, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 23 19 53 -
CMYK 0.57 0.64 0 0.79
HSL 247.06º 0.47% 0.14% -
HSV(B) 247.06º 0.64% 0.21% -
XYZ 1.23 0.9 3.48 -
YUV 24.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 23 19 53 0.57 0.64 0 0.79 247.06 0.47 0.14
Hex 17 13 35 39 40 0 4F F7 2F E
Octal 27 23 65 71 100 0 117 367 57 16
Binary 10111 10011 110101 111001 1000000 0 1001111 11110111 101111 1110

Color Harmonies of #171335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171335

Black with #171335

Text Example


Text Example

White with #171335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171335; }

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

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

background-color css

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

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

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

border-color css

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

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

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