Html Css Color HEX #171330 Jaguar

📋 copy color: '#171330'

red 23 ◦ green 19 ◦ blue 48

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

Shades of Jaguar #171330

Tints of Jaguar #171330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 25.56%
G = 21.11%
B = 53.33%

CMYK

 C value IS 0.52

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#171330 (or 0x171330) is known color: Jaguar. HEX triplet: 17, 13 and 30. RGB value is (23,19,48). Sum of RGB (Red+Green+Blue) = 23+19+48=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #171330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171330 is #E8ECCF. Grayscale: #171717. Windows color (decimal): -15264976 or 3150615. OLE color: 3150615.

HSL color Cylindrical-coordinate representation of color #171330: hue angle of 248.28º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #171330 is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 19 48 -
CMYK 0.52 0.60 0 0.81
HSL 248.28º 0.43% 0.13% -
HSV(B) 248.28º 0.6% 0.19% -
XYZ 1.12 0.86 2.9 -
YUV 23.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 23 19 48 0.52 0.60 0 0.81 248.28 0.43 0.13
Hex 17 13 30 34 3C 0 51 F8 2B D
Octal 27 23 60 64 74 0 121 370 53 15
Binary 10111 10011 110000 110100 111100 0 1010001 11111000 101011 1101

Color Harmonies of #171330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171330

Black with #171330

Text Example


Text Example

White with #171330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171330; }

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

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

background-color css

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

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

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

border-color css

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

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

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