Html Css Color HEX #17151E Jaguar

📋 copy color: '#17151E'

red 23 ◦ green 21 ◦ blue 30

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

Shades of Jaguar #17151E

Tints of Jaguar #17151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 40.54%

R = 31.08%
G = 28.38%
B = 40.54%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#17151E (or 0x17151E) is known color: Jaguar. HEX triplet: 17, 15 and 1E. RGB value is (23,21,30). Sum of RGB (Red+Green+Blue) = 23+21+30=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 30 (12.11% from 255 or 40.54% from 74); Max value from RGB is 30 - color contains mainly: blue. Hex color #17151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17151E is #E8EAE1. Grayscale: #161616. Windows color (decimal): -15264482 or 1971479. OLE color: 1971479.

HSL color Cylindrical-coordinate representation of color #17151E: hue angle of 253.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #17151E is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 23 21 30 -
CMYK 0.23 0.30 0 0.88
HSL 253.33º 0.18% 0.1% -
HSV(B) 253.33º 0.3% 0.12% -
XYZ 0.86 0.81 1.34 -
YUV 22.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 23 21 30 0.23 0.30 0 0.88 253.33 0.18 0.1
Hex 17 15 1E 17 1E 0 58 FD 12 A
Octal 27 25 36 27 36 0 130 375 22 12
Binary 10111 10101 11110 10111 11110 0 1011000 11111101 10010 1010

Color Harmonies of #17151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17151E

Black with #17151E

Text Example


Text Example

White with #17151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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