Html Css Color HEX #17142A Jaguar

📋 copy color: '#17142A'

red 23 ◦ green 20 ◦ blue 42

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

Shades of Jaguar #17142A

Tints of Jaguar #17142A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 23.53%

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

R = 27.06%
G = 23.53%
B = 49.41%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#17142A (or 0x17142A) is known color: Jaguar. HEX triplet: 17, 14 and 2A. RGB value is (23,20,42). Sum of RGB (Red+Green+Blue) = 23+20+42=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 42 (16.80% from 255 or 49.41% from 85); Max value from RGB is 42 - color contains mainly: blue. Hex color #17142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17142A is #E8EBD5. Grayscale: #171717. Windows color (decimal): -15264726 or 2757655. OLE color: 2757655.

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

Color convert

RGB 23 20 42 -
CMYK 0.45 0.52 0 0.84
HSL 248.18º 0.35% 0.12% -
HSV(B) 248.18º 0.52% 0.16% -
XYZ 1.02 0.85 2.3 -
YUV 23.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 23 20 42 0.45 0.52 0 0.84 248.18 0.35 0.12
Hex 17 14 2A 2D 34 0 54 F8 23 C
Octal 27 24 52 55 64 0 124 370 43 14
Binary 10111 10100 101010 101101 110100 0 1010100 11111000 100011 1100

Color Harmonies of #17142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17142A

Black with #17142A

Text Example


Text Example

White with #17142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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