Html Css Color HEX #17132F Jaguar

📋 copy color: '#17132F'

red 23 ◦ green 19 ◦ blue 47

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

Shades of Jaguar #17132F

Tints of Jaguar #17132F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 52.81%

R = 25.84%
G = 21.35%
B = 52.81%

CMYK

 C value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17132F (or 0x17132F) is known color: Jaguar. HEX triplet: 17, 13 and 2F. RGB value is (23,19,47). Sum of RGB (Red+Green+Blue) = 23+19+47=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 47 (18.75% from 255 or 52.81% from 89); Max value from RGB is 47 - color contains mainly: blue. Hex color #17132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17132F is #E8ECD0. Grayscale: #171717. Windows color (decimal): -15264977 or 3085079. OLE color: 3085079.

HSL color Cylindrical-coordinate representation of color #17132F: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #17132F is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 19 47 -
CMYK 0.51 0.60 0 0.82
HSL 248.57º 0.42% 0.13% -
HSV(B) 248.57º 0.6% 0.18% -
XYZ 1.1 0.85 2.8 -
YUV 23.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 23 19 47 0.51 0.60 0 0.82 248.57 0.42 0.13
Hex 17 13 2F 33 3C 0 52 F9 2A D
Octal 27 23 57 63 74 0 122 371 52 15
Binary 10111 10011 101111 110011 111100 0 1010010 11111001 101010 1101

Color Harmonies of #17132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17132F

Black with #17132F

Text Example


Text Example

White with #17132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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