Html Css Color HEX #17152C Jaguar

📋 copy color: '#17152C'

red 23 ◦ green 21 ◦ blue 44

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

Shades of Jaguar #17152C

Tints of Jaguar #17152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 50%

R = 26.14%
G = 23.86%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#17152C (or 0x17152C) is known color: Jaguar. HEX triplet: 17, 15 and 2C. RGB value is (23,21,44). Sum of RGB (Red+Green+Blue) = 23+21+44=88 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.14% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 44 (17.58% from 255 or 50% from 88); Max value from RGB is 44 - color contains mainly: blue. Hex color #17152C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152C is #E8EAD3. Grayscale: #181818. Windows color (decimal): -15264468 or 2888983. OLE color: 2888983.

HSL color Cylindrical-coordinate representation of color #17152C: hue angle of 245.22º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #17152C is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 23 21 44 -
CMYK 0.48 0.52 0 0.83
HSL 245.22º 0.35% 0.13% -
HSV(B) 245.22º 0.52% 0.17% -
XYZ 1.08 0.9 2.5 -
YUV 24.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 23 21 44 0.48 0.52 0 0.83 245.22 0.35 0.13
Hex 17 15 2C 30 34 0 53 F5 23 D
Octal 27 25 54 60 64 0 123 365 43 15
Binary 10111 10101 101100 110000 110100 0 1010011 11110101 100011 1101

Color Harmonies of #17152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17152C

Black with #17152C

Text Example


Text Example

White with #17152C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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