Html Css Color HEX #17152A Jaguar

📋 copy color: '#17152A'

red 23 ◦ green 21 ◦ blue 42

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

Shades of Jaguar #17152A

Tints of Jaguar #17152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 48.84%

R = 26.74%
G = 24.42%
B = 48.84%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#17152A (or 0x17152A) is known color: Jaguar. HEX triplet: 17, 15 and 2A. RGB value is (23,21,42). Sum of RGB (Red+Green+Blue) = 23+21+42=86 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.74% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 42 (16.80% from 255 or 48.84% from 86); Max value from RGB is 42 - color contains mainly: blue. Hex color #17152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152A is #E8EAD5. Grayscale: #171717. Windows color (decimal): -15264470 or 2757911. OLE color: 2757911.

HSL color Cylindrical-coordinate representation of color #17152A: hue angle of 245.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #17152A is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 21 42 -
CMYK 0.45 0.50 0 0.84
HSL 245.71º 0.33% 0.12% -
HSV(B) 245.71º 0.5% 0.16% -
XYZ 1.04 0.89 2.31 -
YUV 23.99 138.16 127.29 -
System Red Green Blue C M Y K H S L
Decimal 23 21 42 0.45 0.50 0 0.84 245.71 0.33 0.12
Hex 17 15 2A 2D 32 0 54 F6 21 C
Octal 27 25 52 55 62 0 124 366 41 14
Binary 10111 10101 101010 101101 110010 0 1010100 11110110 100001 1100

Color Harmonies of #17152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17152A

Black with #17152A

Text Example


Text Example

White with #17152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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