Html Css Color HEX #171430 Jaguar

📋 copy color: '#171430'

red 23 ◦ green 20 ◦ blue 48

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

Shades of Jaguar #171430

Tints of Jaguar #171430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 52.75%

R = 25.27%
G = 21.98%
B = 52.75%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#171430 (or 0x171430) is known color: Jaguar. HEX triplet: 17, 14 and 30. RGB value is (23,20,48). Sum of RGB (Red+Green+Blue) = 23+20+48=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 20 (8.20% from 255 or 21.98% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #171430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171430 is #E8EBCF. Grayscale: #171717. Windows color (decimal): -15264720 or 3150871. OLE color: 3150871.

HSL color Cylindrical-coordinate representation of color #171430: hue angle of 246.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #171430 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 23 20 48 -
CMYK 0.52 0.58 0 0.81
HSL 246.43º 0.41% 0.13% -
HSV(B) 246.43º 0.58% 0.19% -
XYZ 1.14 0.9 2.91 -
YUV 24.09 141.49 127.22 -
System Red Green Blue C M Y K H S L
Decimal 23 20 48 0.52 0.58 0 0.81 246.43 0.41 0.13
Hex 17 14 30 34 3A 0 51 F6 29 D
Octal 27 24 60 64 72 0 121 366 51 15
Binary 10111 10100 110000 110100 111010 0 1010001 11110110 101001 1101

Color Harmonies of #171430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #171430

Black with #171430

Text Example


Text Example

White with #171430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #171430; }

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

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

background-color css

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

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

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

border-color css

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

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

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