Html Css Color HEX #17152D Jaguar

📋 copy color: '#17152D'

red 23 ◦ green 21 ◦ blue 45

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

Shades of Jaguar #17152D

Tints of Jaguar #17152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

 BLUE value IS 45 (17.97% from 255) = 50.56%

R = 25.84%
G = 23.6%
B = 50.56%

CMYK

 C value IS 0.49

 M value IS 0.53

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17152D (or 0x17152D) is known color: Jaguar. HEX triplet: 17, 15 and 2D. RGB value is (23,21,45). Sum of RGB (Red+Green+Blue) = 23+21+45=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #17152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152D is #E8EAD2. Grayscale: #181818. Windows color (decimal): -15264467 or 2954519. OLE color: 2954519.

HSL color Cylindrical-coordinate representation of color #17152D: hue angle of 245º degrees, saturation: 0.36, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17152D is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 21 45 -
CMYK 0.49 0.53 0 0.82
HSL 245º 0.36% 0.13% -
HSV(B) 245º 0.53% 0.18% -
XYZ 1.1 0.91 2.6 -
YUV 24.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 23 21 45 0.49 0.53 0 0.82 245 0.36 0.13
Hex 17 15 2D 31 35 0 52 F5 24 D
Octal 27 25 55 61 65 0 122 365 44 15
Binary 10111 10101 101101 110001 110101 0 1010010 11110101 100100 1101

Color Harmonies of #17152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17152D

Black with #17152D

Text Example


Text Example

White with #17152D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17152D; }

 p { color: rgb(23,21,45); }

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

background-color css

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

 a { background-color: rgb(23,21,45); }

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

border-color css

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

 span { border-color: rgb(23,21,45); }

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